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