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