Search
CurrencyCodeInfo Constructor (String, String, String)
See Also
 






Initializes a new instance of the CurrencyCodeInfo class.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public CurrencyCodeInfo (
    String languageTag,
    String code,
    String symbol
)

 Parameters

languageTag

code

The ISO code.

symbol

The currency symbol.

 See Also