ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPage Class / ShowTotalsForColumns Property

In This Topic
    ShowTotalsForColumns Property (C1FlexPivotPage)
    In This Topic
    Gets or sets a value that determines whether the FlexPivot output table should include columns containing subtotals or grand totals.
    Syntax
    'Declaration
     
    Public Property ShowTotalsForColumns As ShowTotals
    public ShowTotals ShowTotalsForColumns {get; set;}
    See Also