Gets the raw (unformatted) value stored in this row at a given column.
'Declaration
Public Overridable Function GetDataRaw( _
ByVal As Column _
) As System.Object
public virtual System.object GetDataRaw(
Column
)
Parameters
- col
- Column that contains the value.
Return Value
Raw value stored in the cell.