java.lang.Objectcom.aspose.cells.LookInType
public class LookInType
Field Summary | ||
---|---|---|
static final int | FORMULAS | |
If the cell contains a formula, find it from formula. Else find object from the formula. | ||
static final int | VALUES | |
Only find object from the values. | ||
static final int | VALUES_EXCLUDE_FORMULA_CELL | |
Only find object from the values of cells that are not formula. | ||
static final int | COMMENTS | |
Only find object from the comments. | ||
static final int | ONLY_FORMULAS | |
Only find object from formulas. |
Field Detail |
---|
FORMULAS | |
public static final int FORMULAS |
VALUES | |
public static final int VALUES |
VALUES_EXCLUDE_FORMULA_CELL | |
public static final int VALUES_EXCLUDE_FORMULA_CELL |
COMMENTS | |
public static final int COMMENTS |
ONLY_FORMULAS | |
public static final int ONLY_FORMULAS |