ComponentOne FlexGrid for WPF and Silverlight
GetDataRaw Method (Row)

C1.WPF.FlexGrid Namespace > Row Class : GetDataRaw Method
Column that contains the value.
Gets the raw (unformatted) value stored in this row at a given column.
Syntax
'Declaration
 
Public Overridable Function GetDataRaw( _
   ByVal col As Column _
) As System.Object
public virtual System.object GetDataRaw( 
   Column col
)

Parameters

col
Column that contains the value.

Return Value

Raw value stored in the cell.
See Also

Reference

Row Class
Row Members