TableOfFigures.TabLeader Property

Returns or sets the character between entries and their page numbers in a table of figures.

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 TableOfFigures
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

See Also

Reference

TableOfFigures Interface

TableOfFigures Members

Microsoft.Office.Interop.Word Namespace