Provides configuration for number formatting, specifying decimal places and thousand separator usage.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.Infos
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class NumberFormatStringInfo : ICategorizedFormatStringInfo
Inheritance: objectNumberFormatStringInfo
Implements:
Constructors
Initializes a new instance of the NumberFormatStringInfo class.
Properties
Number of decimal places to display in the formatted value.
C#
public int DecimalPlaces { get; }
The decimal places.
Indicates whether thousand separators are included in the formatted output.
C#
public bool UseThousandSeparator { get; }
The use thousand separator.