TableOfAuthorities.Separator Property

Returns or sets the characters (up to five) between the sequence number and the page number.

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

Syntax

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

value = instance.Separator

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

Property Value

Type: System.String

Remarks

A hyphen (-) is the default separator character.

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

See Also

Reference

TableOfAuthorities Interface

TableOfAuthorities Members

Microsoft.Office.Interop.Word Namespace