[]
Removes the specified selection range from the selection list, if one exists.
public virtual void RemoveSelection(int row, int column, int rowCount, int columnCount)
Public Overridable Sub RemoveSelection(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
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 |