DataGridSelect(Int32, Int32) Method
Selects a specified cell.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public virtual void Select(
int aRowIndex,
int aColumnIndex
)
Public Overridable Sub Select (
aRowIndex As Integer,
aColumnIndex As Integer
)
Parameters
- aRowIndex Int32
- Specifies the index of the row to select.
- aColumnIndex Int32
- Specifies the index of the column to select.