IColumnItemSetValue Method |
Sets the value of this object for the specified column/index
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void SetValue(
int column,
Object value
)
Sub SetValue (
column As Integer,
value As Object
)
abstract SetValue :
column : int *
value : Object -> unit
Parameters
- column
- Type: SystemInt32
column/index to set the value - value
- Type: SystemObject
value to set at the specified column/index
See Also