Namespace: Spire.Xls.Core.Converter.General.Word.Documents
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum NumberFormat
Public Enumeration NumberFormat
public enum class NumberFormat
type NumberFormat
Members
| Member | Value | Description |
|---|---|---|
| None | 0 | |
| WholeNumber | 1 | |
| FloatingPoint | 2 | |
| WholeNumberPercent | 3 | |
| FloatingPointPercent | 4 | |
| WholeNumberWithSpace | 5 | |
| FloatingPointWithSpace | 6 | |
| CurrencyFormat | 7 |