com.aspose.cells
Class LookInType

java.lang.Object
    extended by com.aspose.cells.LookInType

public class LookInType 
extends java.lang.Object

Utility class containing constants. Represents look in type.

Field Summary
static final intFORMULAS
           If the cell contains a formula, find it from formula. Else find object from the formula.
static final intVALUES
           Only find object from the values.
static final intVALUES_EXCLUDE_FORMULA_CELL
           Only find object from the values of cells that are not formula.
static final intCOMMENTS
           Only find object from the comments.
static final intONLY_FORMULAS
           Only find object from formulas.
 

Field Detail

FORMULAS

public static final int FORMULAS
If the cell contains a formula, find it from formula. Else find object from the formula.

VALUES

public static final int VALUES
Only find object from the values.

VALUES_EXCLUDE_FORMULA_CELL

public static final int VALUES_EXCLUDE_FORMULA_CELL
Only find object from the values of cells that are not 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.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.