aspose.cells
Class LookInType

Utility class containing constants. Represents look in type.

Field Summary
const  NumberFORMULAS
           If the cell contains a formula, find it from formula. Else find object from the formula.
const  NumberVALUES
           Only find object from the formatted values.
const  NumberVALUES_EXCLUDE_FORMULA_CELL
           Only find object from the values of cells which do not contains formula.
const  NumberCOMMENTS
           Only find object from the comments.
const  NumberONLY_FORMULAS
           Only find object from formulas.
const  NumberORIGINAL_VALUES
           Only find object from the original values.
 

Field Detail

FORMULAS

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

VALUES

const Number VALUES
Only find object from the formatted values.

VALUES_EXCLUDE_FORMULA_CELL

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

COMMENTS

const Number COMMENTS
Only find object from the comments.

ONLY_FORMULAS

const Number ONLY_FORMULAS
Only find object from formulas.

ORIGINAL_VALUES

const Number 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.