iPartTableRow.Item Property
Parent Object: iPartTableRowDescription
Returns the specified iPartTableCell object from the collection. This is the default property of the iPartTableRow object.
Syntax
iPartTableRow.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 row has in index of 1. If an out of range index is input, an error occurs. |