Spread WinRT Documentation
GrapeCity.Xaml.SpreadSheet.Data Namespace / NumberFormatType Enumeration


In This Topic
    NumberFormatType Enumeration
    In This Topic
    Specifies the type of format for the data.
    Syntax
    'Declaration
     
    Public Enum NumberFormatType 
       Inherits System.Enum
    'Usage
     
    Dim instance As NumberFormatType
    public enum NumberFormatType : System.Enum 
    Members
    MemberDescription
    DateTime[2] Formats the data using the date-time formatter.
    General[0] Formats the data using the general formatter.
    Number[1] Formats the data using the number formatter.
    Text[3] Formats the data using the text formatter.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Xaml.SpreadSheet.Data.NumberFormatType

    See Also