Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / 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.
    Syntax
    public enum LookAt : System.Enum 
    Members
    MemberDescription
    Part Match against any part of the search text.
    Whole Match against the whole of the search text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.LookAt

    See Also