Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / TableCollection Class / Add Method


In This Topic
    Add Method (TableCollection)
    In This Topic
    Adds a new Table to the TableCollection.
    Overload List
    OverloadDescription
    Adds a new Table to the TableCollection using a range of cells defined by cell addresses.  
    Adds a new Table to the TableCollection using its name and a range of cells defined by cell addresses.  
    Adds a new Table to the TableCollection using a range of cells defined by indexes. The indexes start at (0, 0).  
    Adds a new Table to the TableCollection using its name and a range of cells defined by indexes. The indexes start at (0, 0).  
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also