findtype-ag凯发旗舰厅



com.spire.xls
enum findtype

java.lang.object
  extended by java.lang.enum<findtype>
      extended by com.spire.xls.findtype
all implemented interfaces:
java.lang.comparable<findtype>

public enum findtype
extends java.lang.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

text

public static final findtype text
represents the text finding type.

formula

public static final findtype formula
represents the formula finding type.

formulastringvalue

public static final findtype formulastringvalue
represents the formula string value finding type.

error

public static final findtype error
represents the error finding type.

number

public static final findtype number
represents the number finding type

formulavalue

public static final findtype formulavalue
represents the formula value finding type.


网站地图