Partager via


IPivotTable.GetData Method

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

Syntax

'Declaration
Function GetData ( _
    Name As String _
) As Double
'Usage
Dim instance As IPivotTable
Dim Name As String
Dim returnValue As Double

returnValue = instance.GetData(Name)
double GetData(
    string Name
)

Parameters

Return Value

Type: System.Double

See Also

Reference

IPivotTable Interface

IPivotTable Members

Microsoft.Office.Interop.Excel Namespace