PivotTable.Format(XlPivotFormatType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a PivotTable report to one of the predefined indented, nonindented, or cross-tabulated formats.
public:
void Format(Microsoft::Office::Interop::Excel::XlPivotFormatType Format);
public void Format (Microsoft.Office.Interop.Excel.XlPivotFormatType Format);
Public Sub Format (Format As XlPivotFormatType)
Parameters
- Format
- XlPivotFormatType
Required XlPivotFormatType. Specifies the type of report formatting to be applied to the specified PivotTable report.