IAdhocBulkSelectionSet.Item

Syntax

Item(Index: Integer): IAdhocBulkSelection;

Parameters

Index. Index of dimension in the collection.

Description

The Item property returns the specified fixed dimension included in the collection.

Comments

The number of dimensions in the collection is returned by the IAdhocBulkSelectionSet.Count property. Indexing of dimensions is continuous and starts with zero.

See also:

IAdhocBulkSelectionSet