'Declaration
Public Enum LookAt Inherits System.Enum
'Usage
Dim instance As LookAt
public enum LookAt : System.Enum
'Declaration
Public Enum LookAt Inherits System.Enum
'Usage
Dim instance As LookAt
public enum LookAt : System.Enum
Member | Description |
---|---|
Begin | Match against the begin of the search text. |
End | Match against the end of the search text. |
Part | Match against any part of the search text. |
Whole | Match against the whole of the search text. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.LookAt