[]
Gets the raw data in a cell (evaluates formulas but does not format the values).
public override object GetDataRaw(Column col)
Type | Name | Description |
---|---|---|
Column | col | Column that defines the cell to retrieve. |
Type | Description |
---|---|
object | An object representing the cell value. |