'Declaration
Public Enum Months Inherits System.Enum
'Usage
Dim instance As Months
public enum Months : System.Enum
'Declaration
Public Enum Months Inherits System.Enum
'Usage
Dim instance As Months
public enum Months : System.Enum
Member | Description |
---|---|
April | Indicates April |
August | Indicates August |
December | Indicates December |
Default | Indicates the month is not defined |
February | Indicates February |
January | Indicates January |
July | Indicates July |
June | Indicates June |
March | Indicates March |
May | Indicates May |
November | Indicates November |
October | Indicates October |
September | Indicates September |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.Spread.InputMan.CellType.Months