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