Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PivotLineType Enumeration
In This Topic
    PivotLineType Enumeration
    In This Topic
    Specifies the type of the PivotLine.
    Syntax
    public enum PivotLineType : System.Enum 
    Members
    MemberDescription
    Blank Blank line after each group.
    GrandTotal Grand Total line.
    Regular Regular PivotLine with pivot items.
    Subtotal Subtotal line.
    Inheritance Hierarchy

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

    See Also