PivotTable.RowAxisLayout(XlLayoutRowType) 方法

定义

此方法用于同时设置所有现有 PivotField的布局选项。

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

参数

RowLayout
XlLayoutRowType

必需 XlLayoutRowType 可以是 xlCompactRowxlTabularRowxlOutlineRow

注解

此方法是原子的,因此它可确保如果不能在任何 PivotField上设置布局选项,则任何字段的布局选项都将更改,并且不会对 PivotTable进行任何更改。

适用于