Enum NumberFormat
Specifies the format of the number.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum NumberFormat
Fields
Name | Description |
---|---|
CurrencyFormat | Format which suites to "# ##0,00 $;(# ##0,00 $)" Word format. |
FloatingPoint | Format with floating point number. |
FloatingPointPercent | Floating point number in percents. |
FloatingPointWithSpace | Format which suites to "# ##0,00" Word format. |
None | No formatting |
WholeNumber | Format with whole number. |
WholeNumberPercent | Whole number in percents. |
WholeNumberWithSpace | Format which suits to "# ##0" Word format. |