In This Topic
Selects a range of cells and scrolls it into view.
Syntax
'Declaration
Public Overloads Sub Select( _
ByVal As CellRange _
)
public void Select(
CellRange
)
Parameters
- rg
- CellRange that specifies the cells that will be selected.
See Also