ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / FlexPivotPage Class / ShowTotalsColumns Property

In This Topic
    ShowTotalsColumns Property (FlexPivotPage)
    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 ShowTotalsColumns As ShowTotals
    public ShowTotals ShowTotalsColumns {get; set;}
    See Also