Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayStyle Class / Holidays Property


In This Topic
Holidays Property
In This Topic
Gets or sets the holidays.
Syntax
'Declaration
 
Public Property Holidays As HolidayCollection
 
'Usage
 
Dim instance As HolidayStyle
Dim value As HolidayCollection
 
instance.Holidays = value
 
value = instance.Holidays

Property Value

The HolidayCollection value that indicates the holidays.
See Also