PageRangeSeparator Property
Applies To
TableOfAuthorities object.
Description
Returns or sets the characters (up to five) that separate a range of pages in a table of authorities. The default is an en dash. Corresponds to the \g switch for a TOA (Table of Authorities) field. Read/write String.
See Also
Add method (TablesOfAuthorities collection), PageNumberSeparator property.
Example
This example formats the first table of authorities in the active document to use a hyphen with a space on either side as the page range separator (for example, "9 – 12").
ActiveDocument.TablesOfAuthorities(1).PageRangeSeparator = " - "