asposecells.api

Class LookAtType

Utility class containing constants. Represents look at type.

Field Summary
const  intCONTAINS
Cell value Contains the find object.
const  intSTART_WITH
Cell value Starts with the find object.
const  intEND_WITH
Cell value ends with the find object.
const  intENTIRE_CONTENT
Cell value is same as the find object.
 

    • Field Detail

      • CONTAINS

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

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

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

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