iPartTableColumns.Item Property
Parent Object: iPartTableColumnsDescription
Returns the specified iPartTableColumn object from the collection. This is the default property of the iPartTableColumns collection object.
Syntax
iPartTableColumns.Item( Index As Long ) As iPartTableColumnProperty Value
This is a read only property whose value is an iPartTableColumn.Parameters
Name | Type | Description |
Index | Long | Value that specifies the index of the iPartTableColumn to return. The first column has in index of 1. If an out-of-range index is input, an error occurs. |