SpreadsheetGear 2023
NumberFormatType Enumeration


SpreadsheetGear Namespace : NumberFormatType Enumeration
Specifies the type of a number format.
Syntax
'Declaration
 
Public Enum NumberFormatType 
   Inherits System.Enum
'Usage
 
Dim instance As NumberFormatType
public enum NumberFormatType : System.Enum 
Members
MemberDescription
CurrencySpecifies a currency number format.
DateSpecifies a date number format.
DateTimeSpecifies a date/time number format.
FractionSpecifies a fraction number format.
GeneralSpecifies a general number format.
NoneSpecifies no number format type (such as a number format of ";;;").
NumberSpecifies a numeric number format.
PercentSpecifies a percent number format.
ScientificSpecifies a scientific number format.
TextSpecifies a text number format.
TimeSpecifies a time number format.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.NumberFormatType

Requirements

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

See Also

Reference

SpreadsheetGear Namespace
NumberFormatType Property
NumberFormat Property
ValueType Enumeration