The Item method retrieves an object from a collection.
object.Item(Index)
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| Index | Object name or ordinal |
Index is name or ordinal.
HRESULT Item(
Index,
object **pRetVal);