TabStop.Leader Property

Returns or sets the leader for the specified TabStop object.

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

Syntax

'Declaration
Property Leader As WdTabLeader
    Get
    Set
'Usage
Dim instance As TabStop
Dim value As WdTabLeader

value = instance.Leader

instance.Leader = value
WdTabLeader Leader { 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

TabStop Interface

TabStop Members

Microsoft.Office.Interop.Word Namespace