Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / LayoutFormType Enumeration
In This Topic
    LayoutFormType Enumeration
    In This Topic
    Specifies the way the specified PivotTable items appear—in table format or in outline format.
    Syntax
    public enum LayoutFormType : System.Enum 
    Members
    MemberDescription
    Outline The LayoutSubtotalLocation property specifies where the subtotal appears in the PivotTable report.
    Tabular Default.
    Inheritance Hierarchy

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

    See Also