Name | Description | |
---|---|---|
![]() | Count | Gets the number of Table from the TableCollection. |
![]() | Item | Overloaded. Gets the Table element at the specified Id. The first table starts at 0. |
The following tables list the members exposed by TableCollection.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of Table from the TableCollection. |
![]() | Item | Overloaded. Gets the Table element at the specified Id. The first table starts at 0. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a new Table to the TableCollection using a range of cells defined by cell addresses. |
![]() | Contains | Returns true if the TableCollection contains a Table with the name “tableName”; returns false otherwise. |
![]() | GetEnumerator | |
![]() | Remove | Overloaded. Removes a Table from the TableCollection. |
![]() | RemoveAt | Removes a Table from the TableCollection by using an index to identify the Table that needs to be removed. |