[]
Gets the display (formatted) value stored in this row at a given column.
public virtual string GetDataFormatted(Column col)
Public Overridable Function GetDataFormatted(col As Column) As String
| Type | Name | Description |
|---|---|---|
| Column | col | Column that contains the value. |
| Type | Description |
|---|---|
| string | Display value stored in the cell. |