ChartSheet.PivotLayout Property

Definition

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.ChartSheet is not a PivotChart report, the value of this property is null.

Applies to