Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.cells
Interface OperatorType


public interface OperatorType

Represents the operator type of conditional format and data validation.


Field Summary
static byte BETWEEN
          Represents Between operator of conditional format and data validation.
static byte EQUAL
          Represents Equal operator of conditional format and data validation.
static byte GREATE_THAN
          Represents GreaterThan operator of conditional format and data validation.
static byte GREATER_OR_EQUAL
          Represents GreaterOrEqual operator of conditional format and data validation.
static byte LESS_OR_EQUAL
          Represents LessOrEqual operator of conditional format and data validation.
static byte LESS_THAN
          Represents LessThan operator of conditional format and data validation.
static byte NONE
          Represents no comparision.
static byte NOT_BETWEEN
          Represents NotBetween operator of conditional format and data validation.
static byte NOT_EQUAL
          Represents NotEqual operator of conditional format and data validation.
 

Field Detail

BETWEEN

static final byte BETWEEN
Represents Between operator of conditional format and data validation.

See Also:
Constant Field Values

NOT_BETWEEN

static final byte NOT_BETWEEN
Represents NotBetween operator of conditional format and data validation.

See Also:
Constant Field Values

EQUAL

static final byte EQUAL
Represents Equal operator of conditional format and data validation.

See Also:
Constant Field Values

NOT_EQUAL

static final byte NOT_EQUAL
Represents NotEqual operator of conditional format and data validation.

See Also:
Constant Field Values

GREATE_THAN

static final byte GREATE_THAN
Represents GreaterThan operator of conditional format and data validation.

See Also:
Constant Field Values

LESS_THAN

static final byte LESS_THAN
Represents LessThan operator of conditional format and data validation.

See Also:
Constant Field Values

GREATER_OR_EQUAL

static final byte GREATER_OR_EQUAL
Represents GreaterOrEqual operator of conditional format and data validation.

See Also:
Constant Field Values

LESS_OR_EQUAL

static final byte LESS_OR_EQUAL
Represents LessOrEqual operator of conditional format and data validation.

See Also:
Constant Field Values

NONE

static final byte NONE
Represents no comparision. Now only for conditional format.

See Also:
Constant Field Values