[]
Gets the raw (unformatted) value stored in this row at a given column.
public virtual object GetDataRaw(Column col)
Type | Name | Description |
---|---|---|
Column | col | Column that contains the value. |
Type | Description |
---|---|
object | Raw value stored in the cell. |