MindFusion.Wpf Pack Programmer's Guide
Workbook.CustomNumericFormats Property
See Also
 





Gets the workbook user defined custom numeric formats.

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

 Syntax

C#  Copy Code

public List<NumericFormatInfo> CustomNumericFormats { get; }

Visual Basic  Copy Code

Public ReadOnly Property CustomNumericFormats As List(Of NumericFormatInfo)

 Property Value

A list of NumericFormatInfo objects.

 Remarks

This property is initialized with the defined locale for the workbook.

 See Also

Workbook Members
Workbook Class
MindFusion.Spreadsheet.Wpf Namespace