Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TableCollection Class / Add Method / Add() Method

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

    Return Value

    The added Table.
    See Also