TableLayoutValues Enumeration

Defines the TableLayoutValues enumeration.

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Members

Member name Description
Fixed Fixed Width Table Layout. When the item is serialized out as xml, its value is "fixed".
Autofit AutoFit Table Layout. When the item is serialized out as xml, its value is "autofit".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace