Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Weekdays Class / AllDaysOfWeek Property


In This Topic
AllDaysOfWeek Property
In This Topic
Returns all of the DayOfWeekHolidayPolicy settings in a single array.
Syntax
'Declaration
 
Public ReadOnly Property AllDaysOfWeek As DayOfWeekHolidayPolicy()
 
'Usage
 
Dim instance As Weekdays
Dim value() As DayOfWeekHolidayPolicy
 
value = instance.AllDaysOfWeek

Property Value

The DayOfWeekHolidayPolicy array that contains the holiday policy of each day of the week.
See Also