Gets the default currency formats from the CurrencyCodeInfo relationship.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public List<NumericFormatInfo> GetCurrencyFormats ( |
Visual Basic
Copy Code
|
|---|
Public Function GetCurrencyFormats( _ |
The object for which to get the currency formats.
A list of NumericFormatInfo objects for the specified object.
See Also