Class AccountingFormatStringInfo
Represents the accounting format string info class.
Inheritance
System.Object
AccountingFormatStringInfo
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 AccountingFormatStringInfo : ICategorizedFormatStringInfo
Constructors
AccountingFormatStringInfo(Int32, CurrencyInfo, String)
Initializes a new instance of the AccountingFormatStringInfo class.
Declaration
public AccountingFormatStringInfo(int decimalPlaces, CurrencyInfo currencyInfo, string formatString)
Parameters
System.Int32
decimalPlaces
The decimal places. |
CurrencyInfo
currencyInfo
The currency info. |
System.String
formatString
The format string. |
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. |
FormatString
Gets the format string.
Declaration
public string FormatString { get; }
Property Value
System.String
The format string. |