| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
static ReadingOrder |
ReadingOrder.forValue(int value) |
static ReadingOrder |
ReadingOrder.forValue(int value) |
ReadingOrder |
IDisplayFormat.getReadingOrder()
Gets the reading order of the associated Range object as it is displayed in
the current user interface.
|
ReadingOrder |
IRange.getReadingOrder()
Gets or Sets the reading order for the specified object.
|
static ReadingOrder |
ReadingOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReadingOrder |
ReadingOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReadingOrder[] |
ReadingOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ReadingOrder[] |
ReadingOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IRange.setReadingOrder(ReadingOrder value)
Sets the reading order for the specified object.
|