| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
IPivotFields |
IPivotTable.getColumnFields()
Returns an object that represents a collection of all the fields that are
currently shown as column fields.
|
IPivotFields |
IPivotTable.getDataFields()
Returns an object that represents a collection of all the fields that are
currently shown as data fields.
|
IPivotFields |
IPivotTable.getPageFields()
Returns an object that represents a collection of all the fields that are
currently showing as page fields.
|
IPivotFields |
IPivotTable.getPivotFields()
Returns an object that represents either a single PivotTable field (a
PivotField object) or a collection of both the visible and hidden fields (a
PivotFields object) in the PivotTable report.
|
IPivotFields |
IPivotTable.getRowFields()
Returns an object that represents either a collection of all the fields that
are currently showing as row fields.
|