Gets the display (formatted) value stored in this row at a given column.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
public virtual string GetDataFormatted( Column col ) |
Visual Basic |
---|
Public Overridable Function GetDataFormatted ( _ col As Column _ ) As String |
Parameters
- col
- Type: C1.Phone.FlexGrid..::..Column
Column that contains the value.