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

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