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


In This Topic
    Months Enumeration
    In This Topic
    Represents the month flag.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    <SerializableAttribute()>
    Public Enum Months 
       Inherits System.Enum
    'Usage
     
    Dim instance As Months
    [Flags()]
    [Serializable()]
    public enum Months : System.Enum 
    Members
    MemberDescription
    AllAll of the month.
    AprilThe April.
    AugustThe August.
    DecemberThe December.
    FebruaryThe February.
    JanuaryThe January.
    JulyThe July.
    JuneThe June.
    MarchThe March.
    MayThe May.
    NoneNot set the month value.
    NovemberThe November.
    OctoberThe October.
    SeptemberThe September.
    Inheritance Hierarchy

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

    See Also