| Package | Description |
|---|---|
| com.grapecity.documents.excel.forms |
| Modifier and Type | Method and Description |
|---|---|
FormControlOrientation |
IScrollBar.getOrientation()
Gets whether the
IScrollBar is displayed horizontally or vertically. |
static FormControlOrientation |
FormControlOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormControlOrientation[] |
FormControlOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IScrollBar.setOrientation(FormControlOrientation value)
Sets whether the
IScrollBar is displayed horizontally or vertically. |