Click or drag to resize

FindType Enumeration

Possible types of param, specified as string, number in FindFirst, FindAll methods.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[FlagsAttribute]
public enum FindType
Members
Member name Value Description
Text 1 Represents the Text Finding type.
Formula 2 Represents the Formula Finding type.
FormulaStringValue 4 Represents the FormulaStringValue Finding type.
Error 8 Represents the Error Finding type.
Number 16 Represents the Number Finding type.
FormulaValue 32 Represents the FormulaValue Finding type.
See Also