PivotTable.GetData(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.