TableOfAuthorities.EntrySeparator Property

Returns or sets the characters (up to five) that separate a table of authorities entry and its page number.

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

Syntax

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

value = instance.EntrySeparator

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

Property Value

Type: System.String

Remarks

The default entry separator is a tab character with a dotted leader.

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

See Also

Reference

TableOfAuthorities Interface

TableOfAuthorities Members

Microsoft.Office.Interop.Word Namespace