Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PivotFieldRepeatLabels Enumeration
In This Topic
    PivotFieldRepeatLabels Enumeration
    In This Topic
    Specifies whether to repeat all field item labels in a PivotTable report.
    Syntax
    public enum PivotFieldRepeatLabels : System.Enum 
    Members
    MemberDescription
    DoNotRepeatLabels Do not repeat item labels.
    RepeatLabels Repeat all item labels.
    Inheritance Hierarchy

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

    See Also