iFeatureTableColumn.Item Property
Parent Object: iFeatureTableColumnDescription
Method that returns the specified iFeatureTableCell object from the row.
Syntax
iFeatureTableColumn.Item( Index As Variant ) As iFeatureTableCellProperty Value
This is a read only property whose value is an iFeatureTableCell.Parameters
Name | Type | Description |
Index | Variant | Value that specifies the index of the iFeatureTableCell to return. The first row in the column has an index of 1. |