DataGridScrollToCell Method
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public virtual void ScrollToCell(
int nRowIndex,
int nColumnIndex
)
Public Overridable Sub ScrollToCell (
nRowIndex As Integer,
nColumnIndex As Integer
)
Parameters
- nRowIndex Int32
- Row index of the cell to scroll to.
- nColumnIndex Int32
- Column index of the cell to scroll to.