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


In This Topic
    Weeks Enumeration
    In This Topic
    Defines flags for the different weeks.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    <SerializableAttribute()>
    Public Enum Weeks 
       Inherits System.Enum
    'Usage
     
    Dim instance As Weeks
    [Flags()]
    [Serializable()]
    public enum Weeks : System.Enum 
    Members
    MemberDescription
    AllAll weeks in the month.
    FifthWeekThe fifth week in the month.
    FirstWeekThe first week in the month.
    FourthWeekThe fourth week in the month.
    LastWeekThe last week in the month.
    NoneNo weeks.
    SecondWeekThe second week in the month.
    ThirdWeekThe third week in the month.
    Inheritance Hierarchy

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

    See Also