Search
DefaultNumericFormats.CurrencyFormats Property
See Also
 






Gets the default currency formats.

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

 Syntax

C#  Copy Code

public List<NumericFormatInfo> CurrencyFormats { get; }

Visual Basic  Copy Code

Public ReadOnly Property CurrencyFormats As List(Of NumericFormatInfo)

 Property Value

A list of NumericFormatInfo objects.

 See Also