Class PercentageFormatStringInfo
Represents percentage format string info.
Inheritance
System.Object
PercentageFormatStringInfo
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 PercentageFormatStringInfo : ICategorizedFormatStringInfo
Constructors
PercentageFormatStringInfo(Int32)
Initializes a new instance of the PercentageFormatStringInfo class.
Declaration
public PercentageFormatStringInfo(int decimalPlaces)
Parameters
System.Int32
decimalPlaces
The decimal places. |
Properties
DecimalPlaces
Gets the decimal places.
Declaration
public int DecimalPlaces { get; }
Property Value
System.Int32
The decimal places. |