java.lang.Object
com.aspose.cells.LookAtType
public class LookAtType
| Field Summary | ||
|---|---|---|
static final int | CONTAINS | |
| Cell value Contains the find object. | ||
static final int | START_WITH | |
| Cell value Starts with the find object. | ||
static final int | END_WITH | |
| Cell value ends with the find object. | ||
static final int | ENTIRE_CONTENT | |
| Cell value is same as the find object. | ||
| Field Detail |
|---|
CONTAINS | |
public static final int CONTAINS | |
START_WITH | |
public static final int START_WITH | |
END_WITH | |
public static final int END_WITH | |
ENTIRE_CONTENT | |
public static final int ENTIRE_CONTENT | |