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 how Microsoft Word resizes a table when the AutoFit feature is used.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdAutoFitBehavior
'Usage
Dim instance As WdAutoFitBehavior
public enum WdAutoFitBehavior
Members
| Member name | Description | |
|---|---|---|
| wdAutoFitFixed | The table is set to a fixed size, regardless of the content, and is not automatically sized. | |
| wdAutoFitContent | The table is automatically sized to fit the content contained in the table. | |
| wdAutoFitWindow | The table is automatically sized to the width of the active window. |