Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextCollection Class / InsertTab Method / InsertTab(InsertLocation) Method
The target InsertLocation for the insertion.

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

    Parameters

    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted Tab.
    See Also