selects the specified element
row_id | id | the row id |
preserve | boolean | sets whether the previous selection should be saved |
The parameters of the method differ depending on the value the select parameter is set to.
The main description above relates to select: 'row'.
In case select:'cell'
dtable.select(row_id, column_id, preserve);
In case select:'column':
dtable.select(row_id, column_id, preserve);