[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.API.PivotTables.PivotCellType

PivotCellType Enum

Specifies the PivotTable entity to which the cell corresponds.

Namespace: GrapeCity.Spreadsheet.API.PivotTables
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum PivotCellType
Public Enum PivotCellType

Fields

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 that 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 that is not a subtotal, grand total, custom subtotal, or blank line.

Subtotal

A cell in the row or column area that is a subtotal.

Value

Any cell in the data area (except a blank row).