Search
CurrencyCodes.DefaultCodes Property
See Also
 






The list of defined currency ISO codes to locale relationships.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public static List<CurrencyCodeInfo> DefaultCodes { get; }

Visual Basic  Copy Code

Public Shared ReadOnly Property DefaultCodes As List(Of CurrencyCodeInfo)

 Property Value

A list of CurrencyCodeInfo objects.

 See Also