Show / Hide Table of Contents

Class Formats

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

Properties

Accounting

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

Currency

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

DecimalPercent

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

Fraction

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

General

Declaration
public static GeneralFormat General { get; }
Property Value
Type Description
GeneralFormat

LongDate

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

Number

Get the default number format

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

Percent

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

Scientific

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

ShortDate

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

Text

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

Time

Get the default time format

Declaration
public static Format Time { get; }
Property Value
Type Description
Format
Back to top Generated by DocFX