[]
Specifies the PivotTable entity the cell corresponds to.
public enum PivotCellType
BlankCell = 9A structural blank cell in the PivotTable.
CustomSubtotal = 7A cell in the row or column area that is a custom subtotal.
DataField = 4A data field label (not the Data button).
DataPivotField = 8The Data button.
GrandTotal = 3A cell in a row or column area which is a grand total.
PageFieldItem = 6The cell that shows the selected item of a Page field.
PivotField = 5The button for a field (not the Data button).
PivotItem = 1A cell in the row or column area which is not a subtotal, grand total, custom subtotal, or blank line.
Subtotal = 2A cell in the row or column area which is a subtotal.
Value = 0Any cell in the data area (except a blank row).