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

In This Topic
    PivotTable Property
    In This Topic
    Gets the System.Data.DataTable that contains the output of the PivotEngine analysis.
    Syntax
    'Declaration
     
    Public ReadOnly Property PivotTable As DataTable
    public DataTable PivotTable {get;}
    See Also