[]
Gets the formatter which represents the behavior of this cell type.
IFormatter GetFormatter(CultureInfo culture)
Function GetFormatter(culture As CultureInfo) As IFormatter
Type | Name | Description |
---|---|---|
CultureInfo | culture | A CultureInfo object that supplies culture-specific formatting information. |
Type | Description |
---|---|
IFormatter | An IFormatter object represents the formatter. |