[]
Adds a cell span to the collection.
public virtual bool Add(int row, int column, int rowCount, int columnCount)
Public Overridable 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 |