Class NumberFormatStringInfo
Represents the number format string info class.
Inheritance
System.Object
NumberFormatStringInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.Infos
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class NumberFormatStringInfo : ICategorizedFormatStringInfo
Constructors
NumberFormatStringInfo(Int32, Boolean)
Initializes a new instance of the NumberFormatStringInfo class.
Declaration
public NumberFormatStringInfo(int decimalPlaces, bool useThousandSeparator)
Parameters
System.Int32
decimalPlaces
The decimal places. |
System.Boolean
useThousandSeparator
The use thousand separator. |
Properties
DecimalPlaces
Gets the decimal places.
Declaration
public int DecimalPlaces { get; }
Property Value
System.Int32
The decimal places. |
UseThousandSeparator
Gets the use thousand separator.
Declaration
public bool UseThousandSeparator { get; }
Property Value
System.Boolean
The use thousand separator. |