| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
ConsolidationFunction |
IPivotCell.getCustomSubtotalFunction()
Returns the custom subtotal function field setting of a PivotCell object.
|
ConsolidationFunction |
IPivotField.getFunction()
Gets the function used to summarize the PivotTable field (data fields only).
|
static ConsolidationFunction |
ConsolidationFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConsolidationFunction |
ConsolidationFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConsolidationFunction[] |
ConsolidationFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ConsolidationFunction[] |
ConsolidationFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IPivotField |
IPivotTable.addDataField(IPivotField field,
java.lang.String caption,
ConsolidationFunction function)
Adds a data field to a PivotTable report.
|
void |
IPivotField.setFunction(ConsolidationFunction value)
Sets the function used to summarize the PivotTable field (data fields only).
|
void |
IRange.subtotal(int groupBy,
ConsolidationFunction subtotalFunction,
int[] totalList)
Creates subtotals for the range.
|
void |
IRange.subtotal(int groupBy,
ConsolidationFunction subtotalFunction,
int[] totalList,
boolean replace)
Creates subtotals for the range.
|
void |
IRange.subtotal(int groupBy,
ConsolidationFunction subtotalFunction,
int[] totalList,
boolean replace,
boolean pageBreaks)
Creates subtotals for the range.
|
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.
|