_Application.GenerateGetPivotData Property
Returns True when Microsoft Excel can get PivotTable report data.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property GenerateGetPivotData As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.GenerateGetPivotData
instance.GenerateGetPivotData = value
bool GenerateGetPivotData { get; set; }
Property Value
Type: System.Boolean