Table.AllowAutoFit Property
Allows Microsoft Word to automatically resize cells in a table to fit their contents.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AllowAutoFit As Boolean
Get
Set
'Usage
Dim instance As Table
Dim value As Boolean
value = instance.AllowAutoFit
instance.AllowAutoFit = value
bool AllowAutoFit { get; set; }
Property Value
Type: System.Boolean