[]
Removes the span from a range of cells that contain a specified anchor cell.
public void RemoveSpanCell(int row, int column)
Public Sub RemoveSpanCell(row As Integer, column As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index of the anchor cell for the span |
int | column | Column index of the anchor cell for the span |