'Declaration <FlagsAttribute()> <SerializableAttribute()> Public Enum Months Inherits System.Enum
'Usage Dim instance As Months
[Flags()] [Serializable()] public enum Months : System.Enum
'Declaration <FlagsAttribute()> <SerializableAttribute()> Public Enum Months Inherits System.Enum
'Usage Dim instance As Months
[Flags()] [Serializable()] public enum Months : System.Enum
Member | Description |
---|---|
All | All of the month. |
April | The April. |
August | The August. |
December | The December. |
February | The February. |
January | The January. |
July | The July. |
June | The June. |
March | The March. |
May | The May. |
None | Not set the month value. |
November | The November. |
October | The October. |
September | The September. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.CellType.Editors.Months