TableOfContents.TabLeader Property
Returns or sets the character between entries and their page numbers in a table of contents.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property TabLeader As WdTabLeader
Get
Set
'Usage
Dim instance As TableOfContents
Dim value As WdTabLeader
value = instance.TabLeader
instance.TabLeader = value
WdTabLeader TabLeader { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdTabLeader
Remarks
WdTabLeader can be one of these WdTabLeader constants.
wdTabLeaderDashes
wdTabLeaderDots
wdTabLeaderHeavy
wdTabLeaderLines
wdTabLeaderMiddleDot
wdTabLeaderSpaces