Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayCollection Class / Add Method
The IHoliday value that indicates the holiday to add.


In This Topic
Add Method (HolidayCollection)
In This Topic
Adds the specified holiday to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal holiday As IHoliday _
) 
 
'Usage
 
Dim instance As HolidayCollection
Dim holiday As IHoliday
 
instance.Add(holiday)

Parameters

holiday
The IHoliday value that indicates the holiday to add.
See Also