[]
Selects the specified cells.
void SetSelection(int row, int column, int rowCount, int columnCount)
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 |