|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ExcelFindOptions>
com.spire.xls.ExcelFindOptions
public 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 |
---|
public static final ExcelFindOptions None
public static final ExcelFindOptions MatchCase
public static final ExcelFindOptions MatchEntireCellContent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |