DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / ShowTotalsRows Property

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