[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.LookAt

LookAt Enum

Specifies whether a match is made against the whole of the search text or any part of the search text.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum LookAt : byte
Public Enum LookAt As Byte

Fields

Name 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.