com.aspose.cells

Class ValidationAlertType

  • java.lang.Object
    • com.aspose.cells.ValidationAlertType
public class ValidationAlertType 
extends java.lang.Object

Utility class containing constants. Represents the data validation alert style.

Field Summary
static final intINFORMATION
Information alert style.
static final intSTOP
Stop alert style.
static final intWARNING
Warning alert style.
 

    • Field Detail

      • INFORMATION

        public static final int INFORMATION
        Information alert style.
      • STOP

        public static final int STOP
        Stop alert style.
      • WARNING

        public static final int WARNING
        Warning alert style.