| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
IPivotField |
ICalculatedFields.add(java.lang.String Name,
java.lang.String Formula)
Creates a new calculated field.
|
IPivotField |
IPivotTable.addDataField(IPivotField field,
java.lang.String caption,
ConsolidationFunction function)
Adds a data field to a PivotTable report.
|
IPivotField |
ICalculatedFields.get(int index)
Get calculated field by index.
|
IPivotField |
IPivotFields.get(int index)
Returns a single object from a collection.
|
IPivotField |
ICalculatedFields.get(java.lang.String fieldName)
Get calculated field by name.
|
IPivotField |
IPivotFields.get(java.lang.String name)
Returns a single object from a collection.
|
IPivotField |
IPivotCell.getDataField()
Returns a PivotField object that corresponds to the selected data field.
|
IPivotField |
IPivotCell.getPivotField()
Returns a PivotField object that represents the PivotTable field containing the upper-left corner of the specified range.
|
| 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.
|