Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayCollection Class / AddRange Method
The array of IHoliday objects to add to the collection.


In This Topic
    AddRange Method (HolidayCollection)
    In This Topic
    Copies the elements of the specified IHoliday array to the end of the collection.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal holidays() As IHoliday _
    ) 
    'Usage
     
    
    Dim instance As HolidayCollection
    Dim holidays() As IHoliday
     
    instance.AddRange(holidays)
    public void AddRange( 
       IHoliday[] holidays
    )

    Parameters

    holidays
    The array of IHoliday objects to add to the collection.
    See Also