Defines Number format.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum NumberFormat
Public Enumeration NumberFormat
public enum class NumberFormat
type NumberFormat

Members

MemberValueDescription
None0
No formatting
WholeNumber1
Format with while number.
FloatingPoint2
Format with floating point number.
WholeNumberPercent3
Whole number in percents.
FloatingPointPercent4
Floating point number in percents.
WholeNumberWithSpace5
Format which suits to "#?#0" Word format.
FloatingPointWithSpace6
Format which suites to "#?#0,00" Word format.
CurrencyFormat7
Format which suites to "#?#0,00 $;(#?#0,00 $)" Word format.

See Also