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