'Declaration Public Overloads Sub Select( _ ByVal rng As CellRange, _ ByVal scrollIntoView As Boolean _ )
public void Select( CellRange rng, bool scrollIntoView )
Parameters
- rng
- CellRange to select.
- scrollIntoView
- Whether to scroll the new selection into view.