Spread Windows Forms 15.0
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)
    public void Add( 
       IHoliday holiday
    )

    Parameters

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