Search
Workbook.DefaultNumericFormats Property
See Also
 






Gets the workbook defined default numeric formats.

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

 Syntax

C#  Copy Code

public DefaultNumericFormats DefaultNumericFormats { get; }

Visual Basic  Copy Code

Public ReadOnly Property DefaultNumericFormats As DefaultNumericFormats

 Property Value

An instance of the DefaultNumericFormats class.

 Remarks

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

 See Also