WdDefaultTableBehavior Enumeration
Specifies whether Microsoft Word automatically resizes cells in a table to fit the contents (AutoFit).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdDefaultTableBehavior
'Usage
Dim instance As WdDefaultTableBehavior
public enum WdDefaultTableBehavior
Members
Member name | Description | |
---|---|---|
wdWord8TableBehavior | Disables AutoFit. Default. | |
wdWord9TableBehavior | Enables AutoFit. |