Table.AutoFormatType Property
Returns the type of automatic formatting that's been applied to the specified table.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property AutoFormatType As Integer
Get
'Usage
Dim instance As Table
Dim value As Integer
value = instance.AutoFormatType
int AutoFormatType { get; }
Property Value
Type: System.Int32
Remarks
The AutoFormatType property can be any WdTableFormat constant.
Use the AutoFormat method to apply automatic formatting to a table.