EmailOptions.AutoFormatAsYouTypeApplyTables Property

Definition

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.

public:
 property bool AutoFormatAsYouTypeApplyTables { bool get(); void set(bool value); };
public bool AutoFormatAsYouTypeApplyTables { get; set; }
member this.AutoFormatAsYouTypeApplyTables : bool with get, set
Public Property AutoFormatAsYouTypeApplyTables As Boolean

Property Value

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.

Applies to