'Declaration
Public Enum NumberFormatType Inherits System.Enum
'Usage
Dim instance As NumberFormatType
public enum NumberFormatType : System.Enum
'Declaration
Public Enum NumberFormatType Inherits System.Enum
'Usage
Dim instance As NumberFormatType
public enum NumberFormatType : System.Enum
Member | Description |
---|---|
Currency | Specifies a currency number format. |
Date | Specifies a date number format. |
DateTime | Specifies a date/time number format. |
Fraction | Specifies a fraction number format. |
General | Specifies a general number format. |
None | Specifies no number format type (such as a number format of ";;;"). |
Number | Specifies a numeric number format. |
Percent | Specifies a percent number format. |
Scientific | Specifies a scientific number format. |
Text | Specifies a text number format. |
Time | Specifies a time number format. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.NumberFormatType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2