[]
Removes the cell span with the specified anchor cell from the collection.
void Remove(int row, int column)
Sub Remove(row As Integer, column As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | Row index of anchor cell for span (at which spanned cells started) |
| int | column | Column index of anchor cell for span (at which spanned cells started) |