Parent Object: ParameterTables
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 | Type | Description |
ExcelDocument | String | Input String value that contains the full path to the Excel document. |
StartCell | String | Input String value that specifies the beginning cell to begin importing from, for example "A1". |
Link | Boolean | Input Boolean value that specifies whether the Excel document is to be embedded or linked. True indicates it should be linked. |
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. |