asposecells.api

Class OperatorType

Utility class containing constants. Represents the operator type of conditional format and data validation.

Field Summary
const  intBETWEEN
Represents Between operator of conditional format and data validation.
const  intEQUAL
Represents Equal operator of conditional format and data validation.
const  intGREATER_THAN
Represents GreaterThan operator of conditional format and data validation.
const  intGREATER_OR_EQUAL
Represents GreaterOrEqual operator of conditional format and data validation.
const  intLESS_THAN
Represents LessThan operator of conditional format and data validation.
const  intLESS_OR_EQUAL
Represents LessOrEqual operator of conditional format and data validation.
const  intNONE
Represents no comparison.
const  intNOT_BETWEEN
Represents NotBetween operator of conditional format and data validation.
const  intNOT_EQUAL
Represents NotEqual operator of conditional format and data validation.
 

    • Field Detail

      • BETWEEN

        const int BETWEEN
        Represents Between operator of conditional format and data validation.
      • EQUAL

        const int EQUAL
        Represents Equal operator of conditional format and data validation.
      • GREATER_THAN

        const int GREATER_THAN
        Represents GreaterThan operator of conditional format and data validation.
      • GREATER_OR_EQUAL

        const int GREATER_OR_EQUAL
        Represents GreaterOrEqual operator of conditional format and data validation.
      • LESS_THAN

        const int LESS_THAN
        Represents LessThan operator of conditional format and data validation.
      • LESS_OR_EQUAL

        const int LESS_OR_EQUAL
        Represents LessOrEqual operator of conditional format and data validation.
      • NONE

        const int NONE
        Represents no comparison.
      • NOT_BETWEEN

        const int NOT_BETWEEN
        Represents NotBetween operator of conditional format and data validation.
      • NOT_EQUAL

        const int NOT_EQUAL
        Represents NotEqual operator of conditional format and data validation.