Partager via


TableOfAuthorities.PageRangeSeparator Property

Returns or sets the characters (up to five) that separate a range of pages in a table of authorities.

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

Syntax

'Declaration
Property PageRangeSeparator As String
    Get
    Set
'Usage
Dim instance As TableOfAuthorities
Dim value As String

value = instance.PageRangeSeparator

instance.PageRangeSeparator = value
string PageRangeSeparator { get; set; }

Property Value

Type: System.String

Remarks

The default page range separator is an en dash.

The PageRangeSeparator property corresponds to the \g switch for a Table of Authorities (TOA) field.

See Also

Reference

TableOfAuthorities Interface

TableOfAuthorities Members

Microsoft.Office.Interop.Word Namespace