Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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". |