GetDataFormatted Method (BoundRow)
Gets the display (formatted) value stored in this row at a given column.
'Declaration
Public Overridable Function GetDataFormatted( _
ByVal As Column _
) As String
Parameters
- col
- Column that contains the value.
Return Value
Display value stored in the cell.