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.
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. |