Show / Hide Table of Contents

Class CurrencyFormat

Number format for currencies.

Inheritance
System.Object
Format
NumberFormat
CurrencyFormat
Inherited Members
NumberFormat.CanFormat(Object)
NumberFormat.IncreaseDecimal()
NumberFormat.DecreaseDecimal()
Format.Parse(String)
Format._code
Format.Code
Format.GetHashCode()
Format.Equals(Object)
Format.GetColor(Object)
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class CurrencyFormat : NumberFormat

Constructors

CurrencyFormat(String)

Declaration
public CurrencyFormat(string code)
Parameters
Type Name Description
System.String code

Properties

Category

Declaration
public override FormatCategory Category { get; }
Property Value
Type Description
FormatCategory
Overrides
NumberFormat.Category
Back to top Generated by DocFX