SelectCellRange(Int32,Int32,Int32,Int32) Method
Selects a range of cells in a table by rows and columns indexes.
Remarks
Important: This method is not supported for SWT tables.

C# Syntax

void SelectCellRange( 
   int fromRow,
   int fromColumn,
   int toRow,
   int toColumn
)

Parameters

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