asposecells.api

Class ValidationAlertType

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

Field Summary
const  intINFORMATION
Information alert style.
const  intSTOP
Stop alert style.
const  intWARNING
Warning alert style.
 

    • Field Detail

      • INFORMATION

        const int INFORMATION
        Information alert style.
      • STOP

        const int STOP
        Stop alert style.
      • WARNING

        const int WARNING
        Warning alert style.