asposecells.api
Class LookInType

Utility class containing constants. Represents look in type.

Field Summary
const  intFORMULAS
           If the cell contains a formula, find it from formula. Else find object from the formula.
const  intVALUES
           Only find object from the formatted values.
const  intVALUES_EXCLUDE_FORMULA_CELL
           Only find object from the values of cells which do not contains formula.
const  intCOMMENTS
           Only find object from the comments.
const  intONLY_FORMULAS
           Only find object from formulas.
const  intORIGINAL_VALUES
           Only find object from the original values.
 

Field Detail

FORMULAS

const int FORMULAS
If the cell contains a formula, find it from formula. Else find object from the formula.

VALUES

const int VALUES
Only find object from the formatted values.

VALUES_EXCLUDE_FORMULA_CELL

const int VALUES_EXCLUDE_FORMULA_CELL
Only find object from the values of cells which do not contains formula.

COMMENTS

const int COMMENTS
Only find object from the comments.

ONLY_FORMULAS

const int ONLY_FORMULAS
Only find object from formulas.

ORIGINAL_VALUES

const int ORIGINAL_VALUES
Only find object from the original values.

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