TableCollection Methods
A collection of tables contained in a worksheet.
Name | Description |
---|---|
Add |
Creates a table including the specified range of cells and adds it to the collection. |
Add |
Creates a table including the specified range of cells and adds it to the collection. |
Add |
Creates a table from the specified range, adds it to the collection and binds it to the data source. |
Add |
Creates a table from the specified range, adds it to the collection and binds it to the data source. |
Add |
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 |
Creates a table starting from the specified row and column, adds it to the collection and binds it to the data source. |
Clear() | Removes all tables from the worksheet. |
Contains |
Indicates whether the collection contains the specified table. |
Copy |
Copies the elements of the ICollection to an Array, starting at a particular Array index. Inherited from ICollection. |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Get |
Gets tables contained in the specified cell range. |
Index |
Returns the index of the specified table in the collection. |
Remove |
Removes the specified table from the collection. |
Remove |
Removes the table at the specified index location from the current collection. |
See Also