IPivotCaches.Create Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Create ( _
SourceType As XlPivotTableSourceType, _
SourceData As Object, _
Version As Object _
) As PivotCache
'Usage
Dim instance As IPivotCaches
Dim SourceType As XlPivotTableSourceType
Dim SourceData As Object
Dim Version As Object
Dim returnValue As PivotCache
returnValue = instance.Create(SourceType, _
SourceData, Version)
PivotCache Create(
XlPivotTableSourceType SourceType,
Object SourceData,
Object Version
)
Parameters
- SourceType
Type: Microsoft.Office.Interop.Excel.XlPivotTableSourceType
- SourceData
Type: System.Object
- Version
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.PivotCache