excelfindoptions-ag凯发旗舰厅
com.spire.xls
enum excelfindoptions
java.lang.object
java.lang.enum<excelfindoptions>
com.spire.xls.excelfindoptions
- all implemented interfaces:
- java.lang.comparable<excelfindoptions>
public enum excelfindoptions
- extends java.lang.enum<excelfindoptions>
possible type of finding options
enum constant summary |
matchcase
represents to match the case while finding the value. |
matchentirecellcontent
represents to match the whole search word while finding the value. |
none
represents none of the option is selected. |
none
public static final excelfindoptions none
- represents none of the option is selected.
matchcase
public static final excelfindoptions matchcase
- represents to match the case while finding the value.
matchentirecellcontent
public static final excelfindoptions matchentirecellcontent
- represents to match the whole search word while finding the value.