[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.MonthFlags

MonthFlags Enum

Represents the month flag enumeration.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[Flags]
[TypeConverter(typeof(EmptyValueAllowedEnumConverter))]
public enum MonthFlags
<Flags>
<TypeConverter(GetType(EmptyValueAllowedEnumConverter))>
Public Enum MonthFlags

Fields

Name Description
All

Represents all of the months.

April

Represents April.

August

Represents August.

December

Represents December.

February

Represents February.

January

Represents January.

July

Represents July.

June

Represents June.

March

Represents March.

May

Represents May.

NotSet

The month value is not set.

November

Represents November.

October

Represents October.

September

Represents September.