| Visual Basic (Declaration) | |
|---|---|
Public Enum WeekFlags Inherits System.Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As WeekFlags  | |
| C# | |
|---|---|
public enum WeekFlags : System.Enum  | |
| Member | Description | 
|---|---|
| All | Specifies all weeks in the month. | 
| FifthWeek | Specifies the fifth week in the month. | 
| FirstWeek | Specifies the first week in the month. | 
| FourthWeek | Specifies the fourth week in the month. | 
| LastWeek | Specifies the last week in the month. | 
| None | Specifies no weeks. | 
| SecondWeek | Specifies the second week in the month. | 
| ThirdWeek | Specifies the third week in the month. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Spread.InputMan.CellType.WeekFlags
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8