[]
Gets the formatter which represents the behavior of this cell type.
IFormatter GetFormatter(CultureInfo culture, string formatCode)
Function GetFormatter(culture As CultureInfo, formatCode As String) As IFormatter
Type | Name | Description |
---|---|---|
CultureInfo | culture | A CultureInfo object that supplies culture-specific formatting information. |
string | formatCode | The number format code to format value. |
Type | Description |
---|---|
IFormatter | An IFormatter object represents the formatter. |