Search
DefaultNumericFormats.BooleanFormats Property
See Also
 






Gets the default boolean formats.

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

 Syntax

C#  Copy Code

public List<NumericFormatInfo> BooleanFormats { get; }

Visual Basic  Copy Code

Public ReadOnly Property BooleanFormats As List(Of NumericFormatInfo)

 Property Value

A list of NumericFormatInfo objects.

 See Also