com.aspose.cells

Class LookAtType

  • java.lang.Object
    • com.aspose.cells.LookAtType
public class LookAtType 
extends java.lang.Object

Utility class containing constants. Represents look at type.

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

    • Field Detail

      • CONTAINS

        public static final int CONTAINS
        Cell value Contains the find object.
      • START_WITH

        public static final int START_WITH
        Cell value Starts with the find object.
      • END_WITH

        public static final int END_WITH
        Cell value ends with the find object.
      • ENTIRE_CONTENT

        public static final int ENTIRE_CONTENT
        Cell value is same as the find object.