Link Search Menu Expand Document

NumberFormatType Enumeration

Type of the cell according to the analysis of NumberFormat formatting string for the value.

Namespace:Bytescout.Spreadsheet.Constants
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public enum NumberFormatType
Members
Member nameValueDescription
General0 (0) General formatting type
Decimal1 (1) Decimal formatting
Currency2 (2) Currency formatting type
Percent3 (3) Percents formatting type
Scientific4 (4) Scientific formatting type
Fraction5 (5) Fraction formatting type
DateTime6 (6) DateTime formatting type
Text7 (7) Plain text formatting type
Unknown255 (255) Unknown formatting, check NumberFormatString to check formatting string
See Also

Reference