Returns a boolean that represents whether or not this table's width will be set automatically by Word.

<table class="wysiwyg-macro" data-macro-name="unmigrated-wiki-markup" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e3VubWlncmF0ZWQtd2lraS1tYXJrdXB9&amp;locale=en_GB&amp;version=2); background-repeat: no-repeat;" data-macro-body-type="PLAIN_TEXT"><tr><td class="wysiwyg-macro-body"><pre>
 public boolean AutoWidth{ get; set; }
</pre></td></tr></table>
<p>Public Property AutoWidth() As Boolean</p>

MS Word equivalent: Table menu > Table Properties... > Table tab > Options... > Automatically resize to fit contents

You will have to call table.SetPreferredColumnWidthUnits(i,TableCell.WidthUnits.Auto) to have each column adjusted to fit the text


          boolean autoWidth = oTableFormatting.AutoWidth;
        

          Dim autoWidth As Boolean = oTableFormatting.AutoWidth