Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet 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
    'Declaration
     
    
    Public Enum LookAt 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LookAt
    public enum LookAt : System.Enum 
    Members
    MemberDescription
    BeginMatch against the begin of the search text.
    EndMatch against the end of the search text.
    PartMatch against any part of the search text.
    WholeMatch against the whole of the search text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.LookAt

    See Also