Class StandardFormats
Exposes standard cell formats
Inheritance
System.Object
StandardFormats
Assembly: DRIT.Spreadsheet.dll
public static class StandardFormats : object
Properties
Declaration
public static Format BritishPoundCurrencyFormat { get; }
Property Value
Declaration
public static Format ChineseCurrencyFormat { get; }
Property Value
Declaration
public static Dictionary<string, Format> CodeToFormat { get; }
Property Value
Type |
Description |
Dictionary<System.String, Format> |
|
Declaration
public static Format DefaultDateFormat { get; }
Property Value
Declaration
public static Format EuroCurrencyFormat { get; }
Property Value
Declaration
public static Format JapaneseYenCurrencyFormat { get; }
Property Value
Declaration
public static Format ShortDateFormat { get; }
Property Value
Declaration
public static Format SwissCurrencyFormat { get; }
Property Value
Methods
Declaration
public static Format GetFormat(int i)
Parameters
Type |
Name |
Description |
System.Int32 |
i |
|
Returns