[]
Selects the cells in the specified range.
bool SetSelection(int row, int column, int rowCount, int columnCount)
Function SetSelection(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | row | Row index of the first cell |
int | column | Column index of the first cell |
int | rowCount | Number of rows to add to the first cell to define the selection |
int | columnCount | Number of columns to add to the first cell to define the selection |
Type | Description |
---|---|
bool | true if successful; false otherwise |