|
|||||||||
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 |