PartsListColumns.Item Property
Parent Object: PartsListColumnsDescription
Returns the specified PartsListColumn object from the collection. This is the default property of the PartsListColumns collection object.
Syntax
PartsListColumns.Item( Index As Variant ) As PartsListColumnProperty Value
This is a read only property whose value is a PartsListColumn.Parameters
Name | Type | Description |
Index | Variant | Input Variant value that specifies the index of the PartsListColumn to return. |