| Name | Description |
| AddExcelTable | Method that creates a new ParameterTable object, given an existing Excel document as input. Returns the resulting ParameterTable object. The first sheet in the Excel document is used. |
| Name | Description |
| Count | Property that returns the number of items in this collection. |
| Item | Returns the specified ParameterTable object from the collection. This is the default property of the ParameterTables collection object. |
| Type | Returns an ObjectTypeEnum indicating this object's type. |
| Name | Description |
| Table Parameters | This sample demonstrates how to access the Parameters object, and from it in turn the TableParameters collection that represents the collection of parameters that have been linked/embedded from an external spreadsheet. |