[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayOfWeeks

DayOfWeeks Enum

Represents the day of week flag.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
[Flags]
public enum DayOfWeeks
<Flags>
Public Enum DayOfWeeks

Fields

Name Description
All

Indicates all days of the week.

Friday

Indicates Friday.

Monday

Indicates Monday.

None

Not set the day of week.

Saturday

Indicates Saturday.

Sunday

Indicates Sunday.

Thursday

Indicates Thursday.

Tuesday

Indicates Tuesday.

Wednesday

Indicates Wednesday.