Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextCollection Class / AddTab Method / AddTab(TabAlignment,TabLeader) Method
The tab alignment.
The tab leader character.

In This Topic
    AddTab(TabAlignment,TabLeader) Method
    In This Topic
    Adds a Tab to this collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function AddTab( _
       ByVal alignment As TabAlignment, _
       ByVal leader As TabLeader _
    ) As Tab
    public Tab AddTab( 
       TabAlignment alignment,
       TabLeader leader
    )

    Parameters

    alignment
    The tab alignment.
    leader
    The tab leader character.

    Return Value

    The added Tab.
    See Also