[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ExcelRow.GetDataRaw

GetDataRaw Method

GetDataRaw(Column)

Gets the raw data in a cell (evaluates formulas but does not format the values).

Declaration
public override object GetDataRaw(Column col)
Parameters
Type Name Description
Column col

Column that defines the cell to retrieve.

Returns
Type Description
object

An object representing the cell value.

Overrides