| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
static SortOrientation |
SortOrientation.forValue(int value) |
SortOrientation |
ISort.getOrientation()
Gets the sort orientation.
|
static SortOrientation |
SortOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SortOrientation[] |
SortOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISort.setOrientation(SortOrientation value)
Sets the sort orientation.
|
void |
IRange.sort(IRange key,
SortOrder order,
SortOrientation orientation)
Sorts the cells represented by this range according to the specified options.
|
void |
IRange.sort(IRange key,
SortOrder order,
SortOrientation orientation,
boolean caseSensitive)
Sorts the cells represented by this range according to the specified options.
|
void |
IRange.sort(SortOrientation orientation,
boolean caseSensitive,
IValueSortField... keys)
Sorts the cells represented by this range according to the specified options.
|