DataGridUnSelect(Int32) Method
Unselects a specified row.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public virtual void UnSelect(
int aRowIndex
)
Public Overridable Sub UnSelect (
aRowIndex As Integer
)
Parameters
- aRowIndex Int32
- Specifies the index of the row to unselect.