GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LookAt Enumeration


LookAt Enumeration
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
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