'Declaration Public Overloads Sub RemoveSpanCell( _ ByVal row As System.Integer, _ ByVal column As System.Integer _ )
'Usage Dim instance As Worksheet Dim row As System.Integer Dim column As System.Integer instance.RemoveSpanCell(row, column)
Parameters
- row
- The row index of the anchor cell for the span (at which spanned cells start).
- column
- The column index of the anchor cell for the span (at which spanned cells start).