dtSearch Text Retrieval Engine .NET interface

SearchReportJob.SelectItems Method 

Select a range of items in the SearchResults.

public void SelectItems(
   int iFirstItem,
   int iLastItem
);

Remarks

iFirstItem and iLastItem are 0-based indexes into the SearchResults list, so the range of permissible values is 0 to Count-1.

See Also

SearchReportJob Class | dtSearch.Engine Namespace