TableLayoutValues Enumeration
Defines the TableLayoutValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Enumeration TableLayoutValues
'Uso
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". |