'Declaration Public Sub SetSelection( _ 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.
- column
- The column index of the first cell.
- rowCount
- The number of rows in the selection.
- columnCount
- The number of columns in the selection.