iFeatureTableRow.Item Property
Parent Object: iFeatureTableRowDescription
Method that returns the specified iFeatureTableCell object from the row.
Syntax
iFeatureTableRow.Item( Index As Variant ) As iFeatureTableCellProperty Value
This is a read only property whose value is an iFeatureTableCell.Parameters
Name | Type | Description |
Index | Variant | Specifies the index of the iFeatureTableCell to return. The first column in the row has an index of 1. This can be either a numeric value indicating the index of the item in the collection, a string indicating the title of a column header, or a iFeatureTableColumn object. If an out of range index, a non-existent column header title, or an invalid iFeatureTableColumn object is specified, an error occurs. |