[]
Removes all cell spans in the collection that cover the cell at the specified row and column.
public virtual void Remove(int row, int column)
Public Overridable Sub Remove(row As Integer, column As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index of cell |
int | column | Column index of cell |