PivotTableDefinition.EnableWizard Property
Enable PivotTable Wizard.Represents the attribte in schema: enableWizard
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "enableWizard")> _
Public Property EnableWizard As BooleanValue
Get
Set
'Usage
Dim instance As PivotTableDefinition
Dim value As BooleanValue
value = instance.EnableWizard
instance.EnableWizard = value
[SchemaAttrAttribute(, "enableWizard")]
public BooleanValue EnableWizard { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue