ShowCell Method (C1FlexGrid)
In This Topic
Scrolls a cell into view.
Syntax
'Declaration
Public Overridable Sub ShowCell( _
ByVal As Integer, _
ByVal As Integer _
)
public virtual void ShowCell(
int ,
int
)
Parameters
- row
- Row index.
- col
- Column index.
See Also