[]
Adds a cell or cells to the selection.
bool AddSelection(int row, int column, int rowCount, int columnCount)
Function AddSelection(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | row | Row index of the first cell to add |
| int | column | Column index of the first cell to add |
| int | rowCount | Number of rows to add |
| int | columnCount | Number of columns to add |
| Type | Description |
|---|---|
| bool | true if successful; false otherwise |