public final class LookInType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMENTS
Finds object from cell's comment only.
|
static int |
FORMATTED_VALUES
Find object from cell's formatted value(
Cell.getStringValue()) only. |
static int |
FORMULAS
Finds the searched object from formula(
Cell.getFormula()) if the cell is formula,
otherwise finds from cell's original value(same with ORIGINAL_VALUES). |
static int |
ONLY_FORMULAS
Ignores cells that are not formula.
|
static int |
ORIGINAL_VALUES
Find object from cell's original value only.
|
static int |
VALUES
Finds object from cell's original value(
Cell.getValue())
and formatted value(Cell.getStringValue()). |
static int |
VALUES_EXCLUDE_FORMULA_CELL
Ignores cells that are formula.
|
public static final int FORMULAS
Cell.getFormula()) if the cell is formula,
otherwise finds from cell's original value(same with ORIGINAL_VALUES).public static final int VALUES
Cell.getValue())
and formatted value(Cell.getStringValue()).public static final int VALUES_EXCLUDE_FORMULA_CELL
VALUES.public static final int COMMENTS
public static final int ONLY_FORMULAS
Cell.getFormula()).public static final int ORIGINAL_VALUES
public static final int FORMATTED_VALUES
Cell.getStringValue()) only.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.