PivotTable.Format(XlPivotFormatType) 方法

定义

将数据透视表设置为预定义缩进、非缩进或交叉表格格式之一。

public:
 void Format(Microsoft::Office::Interop::Excel::XlPivotFormatType Format);
public void Format (Microsoft.Office.Interop.Excel.XlPivotFormatType Format);
Public Sub Format (Format As XlPivotFormatType)

参数

Format
XlPivotFormatType

必需 XlPivotFormatType。 指定要应用于指定数据透视表的报表格式类型。

适用于