Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextCollection Class / AddTab Method / AddTab() Method

In This Topic
    AddTab() Method
    In This Topic
    Adds a Tab to this collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function AddTab() As Tab
    public Tab AddTab()

    Return Value

    The added Tab.
    See Also