SelectCellRange(Int32,String,Int32,String) Method
Selects a range of cells by row indexes and column headers./>.
Remarks
Important: This method is not supported for SWT tables.

C# Syntax

Parameters

fromRow
0-based index of the first row.
fromColumnHeader
The header of the first column.
toRow
0-based index of the last row.
toColumnHeader
The header of the last column.