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 public virtual Object GetValue(
int column
)
Public Overridable Function GetValue (
column As Integer
) As Object
abstract GetValue :
column : int -> Object
override 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
Implements
IColumnItemGetValue(Int32)See Also