Class CurrencyFormatStringInfo
Represents the currency format string info class.
Inheritance
System.Object
CurrencyFormatStringInfo
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 CurrencyFormatStringInfo : ICategorizedFormatStringInfo
Constructors
CurrencyFormatStringInfo(Int32, CurrencyInfo, IEnumerable<String>)
Initializes a new instance of the CurrencyFormatStringInfo class.
Declaration
public CurrencyFormatStringInfo(int decimalPlaces, CurrencyInfo currencyInfo, IEnumerable<string> formatStrings)
Parameters
System.Int32
decimalPlaces
The decimal places. |
CurrencyInfo
currencyInfo
The currency info. |
System.Collections.Generic.IEnumerable<System.String>
formatStrings
The format strings. |
Properties
CurrencyInfo
Gets the currency info.
Declaration
public CurrencyInfo CurrencyInfo { get; }
Property Value
CurrencyInfo
The currency info. |
DecimalPlaces
Gets the decimal places.
Declaration
public int DecimalPlaces { get; }
Property Value
System.Int32
The decimal places. |
FormatStrings
Gets the format strings.
Declaration
public IList<string> FormatStrings { get; }
Property Value
System.Collections.Generic.IList<System.String>
The format strings. |