Share via


LayoutChildrenValues Enumeration

Defines the LayoutChildrenValues enumeration.

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

Syntax

'Declaration
Public Enumeration LayoutChildrenValues
'Usage
Dim instance As LayoutChildrenValues
public enum LayoutChildrenValues

Members

Member name Description
Horizontal horizontal. When the item is serialized out as xml, its value is "horizontal".
Vertical vertical. When the item is serialized out as xml, its value is "vertical".

See Also

Reference

DocumentFormat.OpenXml.Office2010.CustomUI Namespace