Options.AutoFormatAsYouTypeApplyClosings Property
True for Microsoft Word to automatically apply the Closing style to letter closings as you type.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoFormatAsYouTypeApplyClosings As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.AutoFormatAsYouTypeApplyClosings
instance.AutoFormatAsYouTypeApplyClosings = value
bool AutoFormatAsYouTypeApplyClosings { get; set; }
Property Value
Type: System.Boolean