WdAutoFitBehavior Enumeration

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.

See Also

Reference

Microsoft.Office.Interop.Word Namespace