Share

iAssemblyTableColumns.Item Property

Parent Object: iAssemblyTableColumns

Description

Returns the specified iAssemblyTableColumn object from the collection.

Syntax

iAssemblyTableColumns.Item( Index As Variant ) As iAssemblyTableColumn

Property Value

This is a read only property whose value is an iAssemblyTableColumn.

Parameters

Name Type Description
Index Variant Value that specifies the iAssemblyTableColumn to return. This can be either a numeric value indicating the index of the item in the collection or it can be a string indicating the column heading. If an out of range index or a name of a non-existent iAssemblyTableColumn is provided, an error will occur.

Version

Introduced in version 11

Was this information helpful?