[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.INumFmtSupportCellType.GetFormatter

GetFormatter Method

GetFormatter(CultureInfo, string)

Gets the formatter which represents the behavior of this cell type.

Declaration
IFormatter GetFormatter(CultureInfo culture, string formatCode)
Function GetFormatter(culture As CultureInfo, formatCode As String) As IFormatter
Parameters
Type Name Description
CultureInfo culture

A CultureInfo object that supplies culture-specific formatting information.

string formatCode

The number format code to format value.

Returns
Type Description
IFormatter

An IFormatter object represents the formatter.