TableCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add |
range, has |
Creates a table including the specified range of cells and adds it to the collection. |
Add |
range, name, has |
Creates a table including the specified range of cells and adds it to the collection. |
Add |
data |
Creates a table from the specified range, adds it to the collection and binds it to the data source. |
Add |
data |
Creates a table from the specified range, adds it to the collection and binds it to the data source. |
Add |
data |
Creates a table starting from the specified row and column, adds it to the collection and binds it to the data source using the specified options. |
Add |
data |
Creates a table starting from the specified row and column, adds it to the collection and binds it to the data source. |