ExcelFindType Enumeration
Specifies the type of data to search.
Syntax
'Declaration <FlagsAttribute()> Public Enum ExcelFindType Inherits System.Enum
'Usage Dim instance As ExcelFindType
[Flags()] public enum ExcelFindType : System.Enum
Members
Member | 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. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.ExcelFindType
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also