Item(Index: Integer): IAdhocDataSourceObject;
None;
Index. Element index.
The Item property returns the specified collection element.
Indexing of elements is continuous and starts with zero. To get the number of elements in the collection, use the IAdhocDataSourceObjects.Count property.
The property use is given in the example for IAdhocReportExportSource.TitleSettings.
See also: