Select a range of items in the SearchResults.
C#
public void SelectItems(
long iFirstItem,
long 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