Options.AutoFormatAsYouTypeApplyBorders Property

True if a series of three or more hyphens (-), equal signs (=), or underscore characters (_) are automatically replaced by a specific border line when the ENTER key is pressed.

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

Syntax

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

value = instance.AutoFormatAsYouTypeApplyBorders

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

Property Value

Type: System.Boolean

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace