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 C1.Win.C1FlexGrid.C1FlexGridBase.Row property.
- col
- New value for the C1.Win.C1FlexGrid.C1FlexGridBase.Col property.
See Also