Options.AutoFormatAsYouTypeReplaceQuotes Property
True if straight quotation marks are automatically changed to smart (curly) quotation marks as you type.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoFormatAsYouTypeReplaceQuotes As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.AutoFormatAsYouTypeReplaceQuotes
instance.AutoFormatAsYouTypeReplaceQuotes = value
bool AutoFormatAsYouTypeReplaceQuotes { get; set; }
Property Value
Type: System.Boolean