Sdílet prostřednictvím


BackstageDropDown.Expand Property

expand.Represents the attribte in schema: expand

Namespace:  DocumentFormat.OpenXml.Office2010.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "expand")> _
Public Property Expand As EnumValue(Of ExpandValues)
    Get
    Set
'Usage
Dim instance As BackstageDropDown
Dim value As EnumValue(Of ExpandValues)

value = instance.Expand

instance.Expand = value
[SchemaAttrAttribute(, "expand")]
public EnumValue<ExpandValues> Expand { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<ExpandValues>

See Also

Reference

BackstageDropDown Class

BackstageDropDown Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace