[]
Adds a cell span to the collection.
bool Add(int row, int column, int rowCount, int columnCount)
Function Add(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | row | Row index at which to start span |
| int | column | Column index at which to start span |
| int | rowCount | Number of rows in span |
| int | columnCount | Number of columns in span |
| Type | Description |
|---|---|
| bool | True if successful; false otherwise |