PivotTable.GetData(String) Method

Definition

Returns data from the specified PivotTable cell.

public:
 double GetData(System::String ^ Name);
public double GetData (string Name);
Public Function GetData (Name As String) As Double

Parameters

Name
String

Required String. Describes a single cell in the PivotTable report, using syntax similar to the PivotSelect(String, XlPTSelectionMode, Object) method or the PivotTable report references in calculated item formulas.

Returns

Applies to