You are here: Symbol Reference > dtSearch.Engine Namespace > Classes > SearchReportJob Class > SearchReportJob Methods > SelectItems Method
Close
dtSearch .NET Standard API 2024.02
SearchReportJob.SelectItems Method

Select a range of items in the SearchResults.

public void SelectItems( int iFirst, int iLast );

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

Copyright (c) 1998-2023 dtSearch Corp. All rights reserved.