Select(Int32,Int32) Method
In This Topic
Selects a cell and scrolls it into view.
Syntax
'Declaration
Public Overloads Sub Select( _
ByVal As Integer, _
ByVal As Integer _
)
public void Select(
int ,
int
)
Parameters
- row
- New value for the Row property.
- col
- New value for the Col property.
See Also