ComponentOne FlexGrid for WPF and Silverlight
GetDataFormatted Method (Row)

C1.WPF.FlexGrid Namespace > Row Class : GetDataFormatted Method
Column that contains the value.
Gets the display (formatted) value stored in this row at a given column.
Syntax
'Declaration
 
Public Overridable Function GetDataFormatted( _
   ByVal col As Column _
) As System.String
public virtual System.string GetDataFormatted( 
   Column col
)

Parameters

col
Column that contains the value.

Return Value

Display value stored in the cell.
See Also

Reference

Row Class
Row Members