Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / Month Enumeration


In This Topic
    Month Enumeration
    In This Topic
    Specifies the months in a year.
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Enum Month 
       Inherits System.Enum
    'Usage
     
    Dim instance As Month
    [Serializable()]
    public enum Month : System.Enum 
    Members
    MemberDescription
    AprilIndicates April.
    AugustIndicates August.
    DecemberIndicates December.
    DefaultNot defined month.
    FebruaryIndicates February.
    JanuaryIndicates January.
    JulyIndicates July.
    JuneIndicates June.
    MarchIndicates March.
    MayIndicates May.
    NovemberIndicates November.
    OctoberIndicates October.
    SeptemberIndicates September.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.Month

    See Also