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