PivotTable.RowAxisLayout(XlLayoutRowType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此方法用于同时设置所有现有 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 可以是 xlCompactRow、 xlTabularRow 或 xlOutlineRow。
注解
此方法是原子的,因此它可确保如果不能在任何 PivotField上设置布局选项,则任何字段的布局选项都将更改,并且不会对 PivotTable进行任何更改。