aspose.cells

Class LookAtType

Utility class containing constants. Represents look at type.

Field Summary
const  NumberCONTAINS
Cell value Contains the find object.
const  NumberSTART_WITH
Cell value Starts with the find object.
const  NumberEND_WITH
Cell value ends with the find object.
const  NumberENTIRE_CONTENT
Cell value is same as the find object.
 

    • Field Detail

      • CONTAINS

        const Number CONTAINS
        Cell value Contains the find object.
      • START_WITH

        const Number START_WITH
        Cell value Starts with the find object.
      • END_WITH

        const Number END_WITH
        Cell value ends with the find object.
      • ENTIRE_CONTENT

        const Number ENTIRE_CONTENT
        Cell value is same as the find object.