NumberFormatType Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Type of the cell according to the analysis of NumberFormat formatting string for the value.
Namespace:Bytescout.Spreadsheet.ConstantsAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
General | 0 | (0) General formatting type | |
Decimal | 1 | (1) Decimal formatting | |
Currency | 2 | (2) Currency formatting type | |
Percent | 3 | (3) Percents formatting type | |
Scientific | 4 | (4) Scientific formatting type | |
Fraction | 5 | (5) Fraction formatting type | |
DateTime | 6 | (6) DateTime formatting type | |
Text | 7 | (7) Plain text formatting type | |
Unknown | 255 | (255) Unknown formatting, check NumberFormatString to check formatting string |
See Also