asposecells.api

Class LookInType

Utility class containing constants. Represents look in type.

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