Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Cell Class / AddTable Method / AddTable(Style) Method
The table style.

In This Topic
    AddTable(Style) Method
    In This Topic
    Adds a Table to the end of the cell.
    Syntax
    'Declaration
     
    Public Overloads Function AddTable( _
       ByVal style As Style _
    ) As Table
    public Table AddTable( 
       Style style
    )

    Parameters

    style
    The table style.

    Return Value

    The added Table.
    See Also