The following tables list the members exposed by WorksheetTableCollection.
| Name | Description | |
|---|---|---|
|  | Count | Gets the number of tables in the collection. | 
|  | Item | Overloaded. Gets the WorksheetTable at the specified index. | 
| Name | Description | |
|---|---|---|
|  | Add | Formats a region as a table and adds an associated WorksheetTable to the collection. | 
|  | Clear | Clears the collection and removes all tables from the worksheet. | 
|  | Contains | Determines whether the specified WorksheetTable is in the collection. | 
|  | Exists | Determines whether a WorksheetTable with the specified name is in the collection. | 
|  | IndexOf | Gets the index of the specified WorksheetTable in the collection. | 
|  | Remove | Removes the WorksheetTable from the collection. | 
|  | RemoveAt | Removes the WorksheetTable at the specified index. |