C# Syntax
void SelectCellRange( int fromRow, string fromColumnHeader, int toRow, string toColumnHeader )
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.