Search
DefaultNumericFormats.ScientificFormats Property
See Also
 






Gets the default scientific formats.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public List<NumericFormatInfo> ScientificFormats { get; }

Visual Basic  Copy Code

Public ReadOnly Property ScientificFormats As List(Of NumericFormatInfo)

 Property Value

A list of NumericFormatInfo objects.

 See Also