SelectRange

To select a range of cells in a MultiSelection StyleGrid.

SelectRange(Column as Integer, Row as Integer, ColEnd as Integer, RowEnd as Integer)

Column, Row
The column and row number of the first cell in the selection.

ColEnd, RowEnd
The column and row number of the last cell in the selection.