SelectRowsRange(Int32,Int32) Method
Selects a range of rows by indexes.

C# Syntax

void SelectRowsRange( 
   int fromRow,
   int toRow
)

Parameters

fromRow
0-based index of the first row.
toRow
0-based index of the last row.