[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PivotCellType

PivotCellType Enum

Specifies the PivotTable entity the cell corresponds to.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.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 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).