[]
Gets the IFormatter object which is used to format cell data as text.
protected abstract IFormatter GetFormatter(CultureInfo culture)
Protected MustOverride Function GetFormatter(culture As CultureInfo) As IFormatter
Type | Name | Description |
---|---|---|
CultureInfo | culture | The specified culture of the IFormatter object. |
Type | Description |
---|---|
IFormatter | The IFormatter object which is used to format cell data as text |