Share

DrawingBOMColumns.Item Property

Parent Object: DrawingBOMColumns

Description

Returns the specified DrawingBOMColumn object from the collection.

Syntax

DrawingBOMColumns.Item( Index As Variant ) As DrawingBOMColumn

Property Value

This is a read only property whose value is a DrawingBOMColumn.

Parameters

Name Type Description
Index Variant Input Variant value that specifies the DrawingBOMColumn to return. This can be either a Long value indicating the index of the item in the collection or a String that corresponds to the title of a column. If an out of range index or a non-existent column title is input, an error occurs.

Version

Introduced in version 2009

Was this information helpful?