'Declaration
Public Sub AddSelection( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ )
Parameters
- row
- Starting row index of selection
- column
- Starting column index of selection
- rowCount
- Number of rows in selection
- columnCount
- Number of columns in selection