'Declaration Public Sub AddSelection( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ )
Parameters
- row
- The row index of the first cell to add.
- column
- The column index of the first cell to add.
- rowCount
- The number of rows to add.
- columnCount
- The number of columns to add.