Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface FilterOperatorType


public interface FilterOperatorType

Custom Filter operator type.


Field Summary
static byte EQUAL
          Represents Equal operator of filter.
static byte GREATER_OR_EQUAL
          Represents GreaterOrEqual operator of filter.
static byte GREATER_THAN
          Represents GreaterThan operator of filter.
static byte LESS_OR_EQUAL
          Represents LessOrEqual operator of filter.
static byte LESS_THAN
          Represents LessThan operator of filter.
static byte NONE
          Represents no comparision.
static byte NOT_EQUAL
          Represents NotEqual operator of filter.
 

Field Detail

NONE

static final byte NONE
Represents no comparision.

See Also:
Constant Field Values

LESS_THAN

static final byte LESS_THAN
Represents LessThan operator of filter.

See Also:
Constant Field Values

EQUAL

static final byte EQUAL
Represents Equal operator of filter.

See Also:
Constant Field Values

LESS_OR_EQUAL

static final byte LESS_OR_EQUAL
Represents LessOrEqual operator of filter.

See Also:
Constant Field Values

GREATER_THAN

static final byte GREATER_THAN
Represents GreaterThan operator of filter.

See Also:
Constant Field Values

NOT_EQUAL

static final byte NOT_EQUAL
Represents NotEqual operator of filter.

See Also:
Constant Field Values

GREATER_OR_EQUAL

static final byte GREATER_OR_EQUAL
Represents GreaterOrEqual operator of filter.

See Also:
Constant Field Values