Spread Windows Forms 12.0 Product Documentation
AllDaysOfWeek Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Weekdays Class : AllDaysOfWeek Property
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
public DayOfWeekHolidayPolicy[] AllDaysOfWeek {get;}

Property Value

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

Reference

Weekdays Class
Weekdays Members