DataGridComboBoxCellSetValue Method
Sets the index of the selected item into this cell.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public override void SetValue(
Object oValue
)
Public Overrides Sub SetValue (
oValue As Object
)
Parameters
- oValue Object
- An Integer which represents the index of the selected item.