Share

iPartTableRow.Item Property

Parent Object: iPartTableRow

Description

Returns the specified iPartTableCell object from the collection. This is the default property of the iPartTableRow object.

Syntax

iPartTableRow.Item( Index As Variant ) As iPartTableCell

Property 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.

Version

Introduced in version 6

Was this information helpful?