[]
Removes the span that contains a specified anchor cell from a range of cells on this sheet.
public void RemoveSpanCell(int row, int column)
Public Sub RemoveSpanCell(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) |