Share

ParameterTables Object


Description

Creates and provides access to the parameters that were created as a result of reading in a spreadsheet.

Methods

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.

Properties

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.

Accessed From

Parameters.ParameterTables

Samples

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.

Version

Introduced in version 4

Was this information helpful?