[]
Selects the cells in the specified range.
public override void SetSelection(int row, int column, int rowCount, int columnCount)
Public Overrides Sub SetSelection(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
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 |