| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
TopBottom |
ITop10.getTopBottom()
Returns one of the constants of the
TopBottom enumeration,
determining if the ranking is evaluated from the top or bottom. |
static TopBottom |
TopBottom.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TopBottom[] |
TopBottom.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITop10.setTopBottom(TopBottom value)
Sets one of the constants of the
TopBottom enumeration, determining
if the ranking is evaluated from the top or bottom. |