'Declaration Public Overloads Sub AddSpanCell( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ )
Parameters
- row
- The row index of the cell at which to start the span.
- column
- The column index of the cell at which to start the span.
- rowCount
- The number of rows to span.
- columnCount
- The number of columns to span.