Enum ExcelFindType
Specifies the type of data to search.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
[Flags]
public enum ExcelFindType
Fields
Name | Description |
---|---|
Comments | Searches text in comments. |
Error | Searches errors. |
Formula | Searches formulas. |
FormulaStringValue | Searches formula string values. |
FormulaValue | Searches numenric formula values. |
Number | Searches numeric values. |
Text | Searches text. |
Values | Searches calculated values, number and text. |