Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PivotCellType Enumeration
In This Topic
    PivotCellType Enumeration
    In This Topic
    Specifies the PivotTable entity the cell corresponds to.
    Syntax
    public enum PivotCellType : System.Enum 
    Members
    MemberDescription
    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).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.PivotCellType

    See Also