[]
Adds a cell span to the collection.
public override bool Add(int row, int column, int rowCount, int columnCount)
Public Overrides Function Add(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | row | Row index of cell at which to start span |
int | column | Column index of cell 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 |