[]
Gets the formatter which represents the behavior of this NumberFormat.
public IFormatter GetFormatter(IWorkbook workbook, CultureInfo culture)
Public Function GetFormatter(workbook As IWorkbook, culture As CultureInfo) As IFormatter
| Type | Name | Description |
|---|---|---|
| IWorkbook | workbook | The workook that defines the number format. |
| CultureInfo | culture | A CultureInfo object that supplies culture-specific formatting information. |
| Type | Description |
|---|---|
| IFormatter | An IFormatter object represents the formatter. |