'Usage Dim instance As SheetSpanModelBase Dim row As Integer Dim column As Integer instance.Remove(row, column)
Parameters
- row
- The row index of the starting cell for the span.
- column
- The column index of the starting cell for the span.
'Usage Dim instance As SheetSpanModelBase Dim row As Integer Dim column As Integer instance.Remove(row, column)