[]
Specifies the PivotTable entity the cell corresponds to.
public enum PivotCellType
Public Enum PivotCellType
| Name | 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). |