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

In This Topic
    InsertTab(TabAlignment,TabLeader,TabRelativeTo,InsertLocation) Method
    In This Topic
    Inserts a Tab into this collection at a specified location.
    Syntax
    'Declaration
     
    Public Overloads Function InsertTab( _
       ByVal alignment As TabAlignment, _
       ByVal leader As TabLeader, _
       ByVal relativeTo As TabRelativeTo, _
       ByVal location As InsertLocation _
    ) As Tab
    public Tab InsertTab( 
       TabAlignment alignment,
       TabLeader leader,
       TabRelativeTo relativeTo,
       InsertLocation location
    )

    Parameters

    alignment
    The tab alignment.
    leader
    The tab leader character.
    relativeTo
    The extent to calculate the position of the tab.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted Tab.
    See Also