ChartSheetBase.PivotLayout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a PivotLayout that represents the placement of fields in a PivotTable report and the placement of axes in a PivotChart report.
public:
property Microsoft::Office::Interop::Excel::PivotLayout ^ PivotLayout { Microsoft::Office::Interop::Excel::PivotLayout ^ get(); };
public Microsoft.Office.Interop.Excel.PivotLayout PivotLayout { get; }
member this.PivotLayout : Microsoft.Office.Interop.Excel.PivotLayout
Public ReadOnly Property PivotLayout As PivotLayout
Property Value
A PivotLayout that represents the placement of fields in a PivotTable report and the placement of axes in a PivotChart report.
Remarks
If the Microsoft.Office.Tools.Excel.ChartSheetBase is not a PivotChart report, the value of this property is null
.