Click or drag to resize

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
)

Parameters

column
Type: SystemInt32
column/index to set the value
value
Type: SystemObject
value to set at the specified column/index
See Also