PageNumbers.DoubleQuote Property
True if Microsoft Word encloses the specified PageNumbers object in double quotation marks (").
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DoubleQuote As Boolean
Get
Set
'Usage
Dim instance As PageNumbers
Dim value As Boolean
value = instance.DoubleQuote
instance.DoubleQuote = value
bool DoubleQuote { get; set; }
Property Value
Type: System.Boolean
Remarks
To set Word to enclose page numbers in double quotation marks by default, use the AddHebDoubleQuote property.