Class ExcelFindOptions
Specifies the possible type of finding options.
Inheritance
System.Object
ExcelFindOptions
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelFindOptions : Enum
Fields
MatchCase
Match the case while finding the value.
Declaration
public const ExcelFindOptions MatchCase
Field Value
Type |
---|
ExcelFindOptions |
MatchEntireCellContent
Match the entire cell content to search word while finding the value.
Declaration
public const ExcelFindOptions MatchEntireCellContent
Field Value
Type |
---|
ExcelFindOptions |
None
None of the option is selected.
Declaration
public const ExcelFindOptions None
Field Value
Type |
---|
ExcelFindOptions |