com.aspose.cells
Class FilterOperatorType

java.lang.Object
    extended by com.aspose.cells.FilterOperatorType

public class FilterOperatorType 
extends java.lang.Object

Utility class containing constants. Custom Filter operator type.

Field Summary
static final intLESS_OR_EQUAL
           Represents LessOrEqual operator.
static final intLESS_THAN
           Represents LessThan operator.
static final intEQUAL
           Represents Equal operator.
static final intGREATER_THAN
           Represents GreaterThan operator.
static final intNOT_EQUAL
           Represents NotEqual operator.
static final intGREATER_OR_EQUAL
           Represents GreaterOrEqual operator.
static final intNONE
           Represents no comparision.
 

Field Detail

LESS_OR_EQUAL

public static final int LESS_OR_EQUAL
Represents LessOrEqual operator.

LESS_THAN

public static final int LESS_THAN
Represents LessThan operator.

EQUAL

public static final int EQUAL
Represents Equal operator.

GREATER_THAN

public static final int GREATER_THAN
Represents GreaterThan operator.

NOT_EQUAL

public static final int NOT_EQUAL
Represents NotEqual operator.

GREATER_OR_EQUAL

public static final int GREATER_OR_EQUAL
Represents GreaterOrEqual operator.

NONE

public static final int NONE
Represents no comparision.

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