DeselectRowsRange(Int32,Int32) Method
Unselects a range of rows by rows indexes.

C# Syntax

void DeselectRowsRange( 
   int fromRow,
   int toRow
)

Parameters

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