Remove Method
Remove(int, int)
Removes the cell span with the specified anchor cell from the collection.
Declaration
void Remove(int row, int column)
Sub Remove(row As Integer, column As Integer)
Parameters
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)
|