selects the specified range of elements
| row_id |
The parameters of the method differ depending on the value of the select parameter.
The main description above relates to select: 'row'.
If select:'cell':
dtable.selectRange(row_id, column_id, end_row_id, end_column_id);
If select:'column':
dtable.selectRange(column_id, end_column_id);