selects the specified element
row_id | id | the row id |
preserve | boolean | defines whether the previous selection should be saved |
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', then:
dtable.select(row_id, column_id, preserve);
If select:'column', then:
dtable.select(row_id, column_id, preserve);