C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / BoundRow Class / GetDataFormatted Method
Column that contains the value.

In This Topic
GetDataFormatted Method (BoundRow)
In This Topic
Gets the display (formatted) value stored in this row at a given column.
Syntax
'Declaration
 
Public Overridable Function GetDataFormatted( _
   ByVal col As Column _
) As String
 

Parameters

col
Column that contains the value.

Return Value

Display value stored in the cell.
See Also