Partager via


EmailOptions.AutoFormatAsYouTypeApplyTables Property

Determines 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.

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 EmailOptions
Dim value As Boolean

value = instance.AutoFormatAsYouTypeApplyTables

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

Property Value

Type: System.Boolean

Remarks

This property returns True if Word automatically creates a table, and False if not.

The plus signs become the column borders, and the hyphens become the column widths.

See Also

Reference

EmailOptions Interface

EmailOptions Members

Microsoft.Office.Interop.Word Namespace