IColumnItemGetValue Method |
Gets the value from this item for the specified column/index
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Object GetValue(
int column
)
Function GetValue (
column As Integer
) As Object
abstract GetValue :
column : int -> Object
Parameters
- column
- Type: SystemInt32
column/index to get the value
Return Value
Type:
Objectvalue of the object with the specified column/index
See Also