Remove(Index: Integer): Boolean;
Index. Index of removed element.
The Remove method removes the specified element from the collection.
Indexing of elements is continuous and starts with zero. To get the number of elements in the collection, use the IAdhocReportExportSources.Count property.
If the removal is successful, the method returns True, otherwise False.
See also: