Share via


IPivotTable.CreateCubeFile Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function CreateCubeFile ( _
    File As String, _
    Measures As Object, _
    Levels As Object, _
    Members As Object, _
    Properties As Object _
) As String
'Usage
Dim instance As IPivotTable
Dim File As String
Dim Measures As Object
Dim Levels As Object
Dim Members As Object
Dim Properties As Object
Dim returnValue As String

returnValue = instance.CreateCubeFile(File, _
    Measures, Levels, Members, Properties)
string CreateCubeFile(
    string File,
    Object Measures,
    Object Levels,
    Object Members,
    Object Properties
)

Parameters

Return Value

Type: System.String

See Also

Reference

IPivotTable Interface

IPivotTable Members

Microsoft.Office.Interop.Excel Namespace