public final class FilterOperatorType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BEGINS_WITH
Begins with the text.
|
static int |
CONTAINS
Contains the text.
|
static int |
ENDS_WITH
Ends with the text.
|
static int |
EQUAL
Represents Equal operator.
|
static int |
GREATER_OR_EQUAL
Represents GreaterOrEqual operator.
|
static int |
GREATER_THAN
Represents GreaterThan operator.
|
static int |
LESS_OR_EQUAL
Represents LessOrEqual operator.
|
static int |
LESS_THAN
Represents LessThan operator.
|
static int |
NONE
Represents no comparison.
|
static int |
NOT_BEGINS_WITH
Not begins with the text.
|
static int |
NOT_CONTAINS
Not contains the text.
|
static int |
NOT_ENDS_WITH
Not ends with the text.
|
static int |
NOT_EQUAL
Represents NotEqual operator.
|
public static final int LESS_OR_EQUAL
public static final int LESS_THAN
public static final int EQUAL
public static final int GREATER_THAN
public static final int NOT_EQUAL
public static final int GREATER_OR_EQUAL
public static final int NONE
public static final int BEGINS_WITH
public static final int ENDS_WITH
public static final int CONTAINS
public static final int NOT_CONTAINS
public static final int NOT_BEGINS_WITH
public static final int NOT_ENDS_WITH
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.