Gets the value stored in this row at a given column.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
protected virtual Object GetData( Column col ) |
Visual Basic |
---|
Protected Overridable Function GetData ( _ col As Column _ ) As Object |
Parameters
- col
- Type: C1.Phone.FlexGrid..::..Column
Column that contains the value.