Show / Hide Table of Contents

Class StandardFormats

Exposes standard cell formats

Inheritance
System.Object
StandardFormats
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public static class StandardFormats : object

Properties

BritishPoundCurrencyFormat

Declaration
public static Format BritishPoundCurrencyFormat { get; }
Property Value
Type Description
Format

ChineseCurrencyFormat

Declaration
public static Format ChineseCurrencyFormat { get; }
Property Value
Type Description
Format

CodeToFormat

Declaration
public static Dictionary<string, Format> CodeToFormat { get; }
Property Value
Type Description
Dictionary<System.String, Format>

DefaultDateFormat

Declaration
public static Format DefaultDateFormat { get; }
Property Value
Type Description
Format

EuroCurrencyFormat

Declaration
public static Format EuroCurrencyFormat { get; }
Property Value
Type Description
Format

JapaneseYenCurrencyFormat

Declaration
public static Format JapaneseYenCurrencyFormat { get; }
Property Value
Type Description
Format

ShortDateFormat

Declaration
public static Format ShortDateFormat { get; }
Property Value
Type Description
Format

SwissCurrencyFormat

Declaration
public static Format SwissCurrencyFormat { get; }
Property Value
Type Description
Format

Methods

GetFormat(Int32)

Declaration
public static Format GetFormat(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
Format
Back to top Generated by DocFX