[]
Removes the specified selection range from the selection list, if one exists.
bool RemoveSelection(int row, int column, int rowCount, int columnCount)
Function RemoveSelection(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | row | Row index of the cell at which to start |
int | column | Column index of the cell at which to start |
int | rowCount | Number of rows to deselect |
int | columnCount | Number of columns to deselect |
Type | Description |
---|---|
bool | true if successful; false otherwise |