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