java.lang.Object
com.aspose.cells.LookAtType
public class LookAtType
- extends java.lang.Object
Utility class containing constants.
Represents look at type.
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.
|
CONTAINS | |
public static final int CONTAINS |
-
Cell value Contains the find object.
START_WITH | |
public static final int START_WITH |
-
Cell value Starts with the find object.
END_WITH | |
public static final int END_WITH |
-
Cell value ends with the find object.
ENTIRE_CONTENT | |
public static final int ENTIRE_CONTENT |
-
Cell value is same as the find object.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.