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 comparision.
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 comparision.

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.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.