Gets the display (formatted) 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 string GetDataFormatted(
	Column col
)
Visual Basic
Public Overridable Function GetDataFormatted ( _
	col As Column _
) As String

Parameters

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

Return Value

Display value stored in the cell.

See Also