PivotCellType Enumeration
In This Topic
Specifies the PivotTable entity the cell corresponds to.
Members
Member | Description |
BlankCell | A structural blank cell in the PivotTable. |
CustomSubtotal | A cell in the row or column area that is a custom subtotal. |
DataField | A data field label (not the Data button). |
DataPivotField | The Data button. |
GrandTotal | A cell in a row or column area which is a grand total. |
PageFieldItem | The cell that shows the selected item of a Page field. |
PivotField | The button for a field (not the Data button). |
PivotItem | A cell in the row or column area which is not a subtotal, grand total, custom subtotal, or blank line. |
Subtotal | A cell in the row or column area which is a subtotal. |
Value | Any cell in the data area (except a blank row). |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.grapecity.documents.excel.PivotCellType
See Also