IPivotTable.Format Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub Format ( _
Format As XlPivotFormatType _
)
'Usage
Dim instance As IPivotTable
Dim Format As XlPivotFormatType
instance.Format(Format)
void Format(
XlPivotFormatType Format
)
Parameters
- Format
Type: Microsoft.Office.Interop.Excel.XlPivotFormatType