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