aspose.cells

Class LookInType

Utility class containing constants. Represents look in type.

Field Summary
const  NumberFORMULAS
If the cell contains a formula, find object from formula, else find it from the value.
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 object from formula, else find it from the value.
      • 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.