Gets the workbook defined default numeric formats.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public DefaultNumericFormats DefaultNumericFormats { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property DefaultNumericFormats As DefaultNumericFormats |
An instance of the DefaultNumericFormats class.
RemarksThis property is initialized with the defined locale for the workbook.
See Also