Share

iPartTableColumn.Item Property

Parent Object: iPartTableColumn

Description

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

Syntax

iPartTableColumn.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 column 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?