|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FindType>
com.spire.xls.FindType
public enum FindType
Possible types of param, specified as string, number in find first, find all methods.
Enum Constant Summary | |
---|---|
Error
Represents the error finding type. |
|
Formula
Represents the formula finding type. |
|
FormulaStringValue
Represents the formula string value finding type. |
|
FormulaValue
Represents the formula value finding type. |
|
Number
Represents the number finding type |
|
Text
Represents the text finding type. |
Enum Constant Detail |
---|
public static final FindType Text
public static final FindType Formula
public static final FindType FormulaStringValue
public static final FindType Error
public static final FindType Number
public static final FindType FormulaValue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |