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