Compartir a través de


LayoutNode.ChildOrder Property

Child Order.Represents the attribte in schema: chOrder

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
<SchemaAttrAttribute(, "chOrder")> _
Public Property ChildOrder As EnumValue(Of ChildOrderValues)
    Get
    Set
'Uso
Dim instance As LayoutNode
Dim value As EnumValue(Of ChildOrderValues)

value = instance.ChildOrder

instance.ChildOrder = value
[SchemaAttrAttribute(, "chOrder")]
public EnumValue<ChildOrderValues> ChildOrder { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<ChildOrderValues>
Returns EnumValue<T>.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the ordering of the child layout nodes for a given layout node.

The possible values for this attribute are defined by the ST_ChildOrderType simple type.

See Also

Reference

LayoutNode Class

LayoutNode Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace