Gets the PivotTable object representing a pivot table.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public PivotTable PivotTable { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property PivotTable As PivotTable |
| Visual C++ |
|---|
public: property PivotTable^ PivotTable { PivotTable^ get (); } |