Freigeben über


PivotTable.RowAxisLayout(XlLayoutRowType) Methode

Definition

Diese Methode wird zum gleichzeitigen Festlegen von Layoutoptionen für alle vorhandenen PivotFields verwendet.

public:
 void RowAxisLayout(Microsoft::Office::Interop::Excel::XlLayoutRowType RowLayout);
public void RowAxisLayout (Microsoft.Office.Interop.Excel.XlLayoutRowType RowLayout);
Public Sub RowAxisLayout (RowLayout As XlLayoutRowType)

Parameter

RowLayout
XlLayoutRowType

Erforderlich XlLayoutRowType Kann xlCompactRow, xlTabularRow oder xlOutlineRow sein.

Hinweise

Diese Methode ist atomisch, sodass sichergestellt wird, dass sich die Layoutoptionen von keinem der Felder ändern, wenn Layoutoptionen für keines PivotFieldder Felder festgelegt werden können, und es wird keine Änderung am PivotTablevorgenommen.

Gilt für: