java.lang.Object
com.aspose.cells.LookInType
public class LookInType
- extends java.lang.Object
Utility class containing constants.
Represents look in type.
Field Summary |
static final int | FORMULAS | |
If the cell contains a formula, find object from formula, else find it from the value.
|
static final int | VALUES | |
Only find object from the formatted values.
|
static final int | VALUES_EXCLUDE_FORMULA_CELL | |
Only find object from the values of cells which do not contains formula.
|
static final int | COMMENTS | |
Only find object from the comments.
|
static final int | ONLY_FORMULAS | |
Only find object from formulas.
|
static final int | ORIGINAL_VALUES | |
Only find object from the original values.
|
FORMULAS | |
public static final int FORMULAS |
-
If the cell contains a formula, find object from formula, else find it from the value.
VALUES | |
public static final int VALUES |
-
Only find object from the formatted values.
VALUES_EXCLUDE_FORMULA_CELL | |
public static final int VALUES_EXCLUDE_FORMULA_CELL |
-
Only find object from the values of cells which do not contains formula.
COMMENTS | |
public static final int COMMENTS |
-
Only find object from the comments.
ONLY_FORMULAS | |
public static final int ONLY_FORMULAS |
-
Only find object from formulas.
ORIGINAL_VALUES | |
public static final int ORIGINAL_VALUES |
-
Only find object from the original values.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.