Class ExcelFindType
Specifies the type of data to search.
Inheritance
System.Object
ExcelFindType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelFindType : Enum
Fields
Comments
Searches text in comments.
Declaration
public const ExcelFindType Comments
Field Value
Type |
---|
ExcelFindType |
Error
Searches errors.
Declaration
public const ExcelFindType Error
Field Value
Type |
---|
ExcelFindType |
Formula
Searches formulas.
Declaration
public const ExcelFindType Formula
Field Value
Type |
---|
ExcelFindType |
FormulaStringValue
Searches formula string values.
Declaration
public const ExcelFindType FormulaStringValue
Field Value
Type |
---|
ExcelFindType |
FormulaValue
Searches numenric formula values.
Declaration
public const ExcelFindType FormulaValue
Field Value
Type |
---|
ExcelFindType |
Number
Searches numeric values.
Declaration
public const ExcelFindType Number
Field Value
Type |
---|
ExcelFindType |
Text
Searches text.
Declaration
public const ExcelFindType Text
Field Value
Type |
---|
ExcelFindType |
Values
Searches calculated values, number and text.
Declaration
public const ExcelFindType Values
Field Value
Type |
---|
ExcelFindType |