Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PivotCellType Enumeration
In This Topic
    PivotCellType Enumeration
    In This Topic
    Specifies the PivotTable entity the cell corresponds to.
    Members
    MemberDescription
    BlankCellA structural blank cell in the PivotTable.
    CustomSubtotalA cell in the row or column area that is a custom subtotal.
    DataFieldA data field label (not the Data button).
    DataPivotFieldThe Data button.
    GrandTotalA cell in a row or column area which is a grand total.
    PageFieldItemThe cell that shows the selected item of a Page field.
    PivotFieldThe button for a field (not the Data button).
    PivotItemA cell in the row or column area which is not a subtotal, grand total, custom subtotal, or blank line.
    SubtotalA cell in the row or column area which is a subtotal.
    ValueAny cell in the data area (except a blank row).
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.PivotCellType

    See Also