Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextCollection Class / AddTab Method / AddTab(TabAlignment,TabLeader,TabRelativeTo) Method
The tab alignment.
The tab leader character.
The extent to calculate the position of the tab.

In This Topic
    AddTab(TabAlignment,TabLeader,TabRelativeTo) 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, _
       ByVal relativeTo As TabRelativeTo _
    ) As Tab
    public Tab AddTab( 
       TabAlignment alignment,
       TabLeader leader,
       TabRelativeTo relativeTo
    )

    Parameters

    alignment
    The tab alignment.
    leader
    The tab leader character.
    relativeTo
    The extent to calculate the position of the tab.

    Return Value

    The added Tab.
    See Also