Table.UpdateAutoFormat Method

Updates the table with the characteristics of a predefined table format.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub UpdateAutoFormat
'Usage
Dim instance As Table

instance.UpdateAutoFormat()
void UpdateAutoFormat()

Remarks

If you apply a table format with AutoFormat and then insert rows and columns, the table may no longer match the predefined look. UpdateAutoFormat restores the format.

See Also

Reference

Table Interface

Table Members

Microsoft.Office.Interop.Word Namespace