ValueCollection.Item Method

Excel Developer Reference

Returns an Value object in a collection.

Version Information
 Version Added:  Excel 2007

Syntax

expression.Item(Index)

expression   A variable that represents a ValueCollection object.

Parameters

Name Required/Optional Data Type Description
Index Required Variant The object to be returned.

Return Value
Object