FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotPanel Class / ShowTotalsRows Property

In This Topic
    ShowTotalsRows Property (FlexPivotPanel)
    In This Topic
    Gets or sets a value that determines whether the FlexPivot output table should include a row with the totals for each column.
    Syntax
    'Declaration
     
    Public Property ShowTotalsRows As ShowTotals
    public ShowTotals ShowTotalsRows {get; set;}
    See Also