iAssemblyTableColumns.Item Property
Parent Object: iAssemblyTableColumnsDescription
Returns the specified iAssemblyTableColumn object from the collection.
Syntax
iAssemblyTableColumns.Item( Index As Variant ) As iAssemblyTableColumnProperty 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. |