IMsoChart.HasPivotFields Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property HasPivotFields As Boolean
Get
Set
'Usage
Dim instance As IMsoChart
Dim value As Boolean
value = instance.HasPivotFields
instance.HasPivotFields = value
bool HasPivotFields { get; set; }
Property Value
Type: System.Boolean