Share

Rows.Item Property

Parent Object: Rows

Description

Returns the specified Row object from the collection.

Syntax

Rows.Item( Index As Long ) As Row

Property Value

This is a read only property whose value is a Row.

Parameters

Name Type Description
Index Long Input Long value that specifies the Row to return. This is a numeric value indicating the index of the item in the collection. If an out of range index is input, an error occurs.

Version

Introduced in version 9

Was this information helpful?