Enum ExcelFindOptions
Specifies the possible type of finding options.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelFindOptions
Fields
| Name | Description |
|---|---|
| MatchCase | Match the case while finding the value. |
| MatchEntireCellContent | Match the entire cell content to search word while finding the value. |
| None | None of the option is selected. |