| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
ReferenceStyle |
Workbook.getReferenceStyle()
Gets the reference style.
|
ReferenceStyle |
Workbook.getReferenceStyle()
Gets the reference style.
|
ReferenceStyle |
IWorkbook.getReferenceStyle()
Gets the reference style.
|
static ReferenceStyle |
ReferenceStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceStyle[] |
ReferenceStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
IRange.getAddress(boolean rowAbsolute,
boolean columnAbsolute,
ReferenceStyle referenceStyle)
Returns a String value that represents the range reference.
|
java.lang.String |
IRange.getAddress(boolean rowAbsolute,
boolean columnAbsolute,
ReferenceStyle referenceStyle,
IRange relativeTo)
Returns a String value that represents the range reference.
|
void |
Workbook.setReferenceStyle(ReferenceStyle value)
Sets the reference style.
|
void |
Workbook.setReferenceStyle(ReferenceStyle value)
Sets the reference style.
|
void |
IWorkbook.setReferenceStyle(ReferenceStyle value)
Sets the reference style.
|