IAdhocDataSourceObjects.Item

Syntax

Item(Index: Integer): IAdhocDataSourceObject;

Parameters

Index. Element index.

Description

The Item property returns the specified collection element.

Comments

Indexing of elements is continuous and starts with zero. To get the number of elements in the collection, use the IAdhocDataSourceObjects.Count property.

See also:

IAdhocDataSourceObjects