Options.AutoFormatAsYouTypeApplyTables Property

True if Microsoft Word automatically creates a table when you type a plus sign, a series of hyphens, another plus sign, and so on, and then press ENTER. The plus signs become the column borders, and the hyphens become the column widths.

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

Syntax

'Declaration
Property AutoFormatAsYouTypeApplyTables As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.AutoFormatAsYouTypeApplyTables

instance.AutoFormatAsYouTypeApplyTables = value
bool AutoFormatAsYouTypeApplyTables { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace