Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FormatMode Enumeration


In This Topic
    FormatMode Enumeration
    In This Topic
    Specifies the format string mode for a formatter.
    Syntax
    'Declaration
     
    Public Enum FormatMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As FormatMode
    public enum FormatMode : System.Enum 
    Members
    MemberDescription
    CustomMode[0] Indicates whether to format the value with the Excel-compatible format string.
    StandardDateTimeMode[1] Indicates whether to format the value with the standard date-time format.
    StandardNumericMode[2] Indicates whether to format the value with the standard numeric format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.FormatMode

    See Also