DataGridComboBoxCellSetValue Method

Sets the index of the selected item into this cell.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public override void SetValue(
	Object oValue
)

Parameters

oValue  Object
An Integer which represents the index of the selected item.

See Also