Selects a range of cells.
Syntax
'Declaration
Public Overloads Sub Select( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Boolean _
)
public void Select(
System.int ,
System.int ,
System.int ,
System.int ,
System.bool
)
Parameters
- row
- New value for the Row property.
- col
- New value for the Col property.
- rowCount
- The count of selected rows.
- colCount
- The count of selected columns.
- show
- Whether to scroll the new selection into view.
See Also