| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
static SearchOrder |
SearchOrder.forValue(int value) |
SearchOrder |
ReplaceOptions.getSearchOrder() |
SearchOrder |
FindOptions.getSearchOrder()
Get one of the SearchOrder enum.
|
static SearchOrder |
SearchOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchOrder[] |
SearchOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplaceOptions.setSearchOrder(SearchOrder value) |
void |
FindOptions.setSearchOrder(SearchOrder value)
Set one of the SearchOrder enum.
|