Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Section Class / AddTable Method / AddTable() Method

In This Topic
    AddTable() Method
    In This Topic
    Adds a Table to the end of the section.
    Syntax
    'Declaration
     
    Public Overloads Function AddTable() As Table
    public Table AddTable()

    Return Value

    The added Table.
    See Also