Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / LookAt Enumeration
In This Topic
    LookAt Enumeration
    In This Topic
    Specifies whether a match is made against the whole of the search text or any part of the search text.
    Members
    MemberDescription
    PartMatch against any part of the search text.
    WholeMatch against the whole of the search text.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.LookAt

    See Also