Click or drag to resize

ExcelFindOptions Enumeration

Possible type of finding options

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ExcelFindOptions
Members
Member name Value Description
None 0 Represents none of the option is selected.
MatchCase 1 Represents to match the case while finding the value.
MatchEntireCellContent 2 Represents to match the whole search word while finding the value.
See Also