TableOfAuthorities.PageNumberSeparator Property

Returns of sets the characters (up to five) that separate individual page references in a table of authorities.

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

Syntax

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

value = instance.PageNumberSeparator

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

Property Value

Type: System.String

Remarks

The default page number separator is a comma and a space.

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

See Also

Reference

TableOfAuthorities Interface

TableOfAuthorities Members

Microsoft.Office.Interop.Word Namespace