Gets the raw (unformatted) value stored in this row at a given column.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public virtual Object GetDataRaw(
	Column col
)
Visual Basic
Public Overridable Function GetDataRaw ( _
	col As Column _
) As Object

Parameters

col
Type: C1.Silverlight.FlexGrid..::..Column
Column that contains the value.

Return Value

Raw value stored in the cell.

See Also