excelfindoptions-ag凯发旗舰厅



com.spire.xls
enum excelfindoptions

java.lang.object
  extended by java.lang.enum<excelfindoptions>
      extended by 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.
 
enum constant detail

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.


网站地图