| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
SummaryRow |
IOutline.getSummaryRow()
Gets the location of the summary rows in the outline.
|
static SummaryRow |
SummaryRow.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SummaryRow[] |
SummaryRow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IOutline.setSummaryRow(SummaryRow value)
Sets the location of the summary rows in the outline.
|
void |
IRange.subtotal(int groupBy,
ConsolidationFunction subtotalFunction,
int[] totalList,
boolean replace,
boolean pageBreaks,
SummaryRow summaryRowLocation)
Creates subtotals for the range.
|
void |
IRange.subtotal(int groupBy,
ConsolidationFunction subtotalFunction,
int[] totalList,
SummaryRow summaryRowLocation)
Creates subtotals for the range.
|