FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotEngine Class / GetTotalRows Method

In This Topic
    GetTotalRows Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetTotalRows() As Dictionary(Of DataRow,Boolean)
    public Dictionary<DataRow,bool> GetTotalRows()
    See Also