Table.AutoFormatType Property

Definition

Returns the type of automatic formatting that's been applied to the specified table.

public:
 property int AutoFormatType { int get(); };
public int AutoFormatType { get; }
member this.AutoFormatType : int
Public ReadOnly Property AutoFormatType As Integer

Property Value

Remarks

The AutoFormatType property can be any WdTableFormat constant.

Use the AutoFormat(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) method to apply automatic formatting to a table.

Applies to