Spread Windows Forms 12.0 Product Documentation
Add Method (HolidayCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > HolidayCollection Class : Add Method
The IHoliday value that indicates the holiday to add.
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)
public void Add( 
   IHoliday holiday
)

Parameters

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

Reference

HolidayCollection Class
HolidayCollection Members