[]
Removes all cell spans from the collection.
public override void Clear()
Public Overrides Sub Clear()
Removes cell spans from the collection within the specified area.
public virtual void Clear(int row, int column, int rowCount, int columnCount)
Public Overridable Sub Clear(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index from which to start clearing cell spans |
int | column | Column index from which to start clearing cell spans |
int | rowCount | Number of rows to clear |
int | columnCount | Number of columns to clear |