[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType.GetFormatter

GetFormatter Method

GetFormatter(CultureInfo)

Gets the IFormatter object which is used to format cell data as text.

Declaration
protected override IFormatter GetFormatter(CultureInfo culture)
Protected Overrides Function GetFormatter(culture As CultureInfo) As IFormatter
Parameters
Type Name Description
CultureInfo culture

The specified culture of the IFormatter object.

Returns
Type Description
IFormatter

The IFormatter object which is used to format cell data as text

Overrides