Options.AutoFormatReplaceSymbols Property
True if two consecutive hyphens (--) are replaced by an en dash (–) or an em dash (— ) when Microsoft Word formats a document or range automatically.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoFormatReplaceSymbols As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.AutoFormatReplaceSymbols
instance.AutoFormatReplaceSymbols = value
bool AutoFormatReplaceSymbols { get; set; }
Property Value
Type: System.Boolean