java.lang.Object
com.aspose.cells.FilterOperatorType
public class FilterOperatorType
| Field Summary | ||
|---|---|---|
static final int | LESS_OR_EQUAL | |
| Represents LessOrEqual operator. | ||
static final int | LESS_THAN | |
| Represents LessThan operator. | ||
static final int | EQUAL | |
| Represents Equal operator. | ||
static final int | GREATER_THAN | |
| Represents GreaterThan operator. | ||
static final int | NOT_EQUAL | |
| Represents NotEqual operator. | ||
static final int | GREATER_OR_EQUAL | |
| Represents GreaterOrEqual operator. | ||
static final int | NONE | |
| Represents no comparison. | ||
static final int | BEGINS_WITH | |
| Begins with the text. | ||
static final int | ENDS_WITH | |
| Ends with the text. | ||
static final int | CONTAINS | |
| Contains the text. | ||
static final int | NOT_CONTAINS | |
| Not contains the text. | ||
| Field Detail |
|---|
LESS_OR_EQUAL | |
public static final int LESS_OR_EQUAL | |
LESS_THAN | |
public static final int LESS_THAN | |
EQUAL | |
public static final int EQUAL | |
GREATER_THAN | |
public static final int GREATER_THAN | |
NOT_EQUAL | |
public static final int NOT_EQUAL | |
GREATER_OR_EQUAL | |
public static final int GREATER_OR_EQUAL | |
NONE | |
public static final int NONE | |
BEGINS_WITH | |
public static final int BEGINS_WITH | |
ENDS_WITH | |
public static final int ENDS_WITH | |
CONTAINS | |
public static final int CONTAINS | |
NOT_CONTAINS | |
public static final int NOT_CONTAINS | |