[]
Selects a range of cells.
public void Select(int row, int col, int rowCount, int colCount, bool show)
Type | Name | Description |
---|---|---|
int | row | New value for the Row property. |
int | col | New value for the Col property. |
int | rowCount | The count of selected rows. |
int | colCount | The count of selected columns. |
bool | show | Whether to scroll the new selection into view. |