DrawingBOMColumns.Item Property
Parent Object: DrawingBOMColumnsDescription
Returns the specified DrawingBOMColumn object from the collection.
Syntax
DrawingBOMColumns.Item( Index As Variant ) As DrawingBOMColumnProperty 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. |