[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.HolidayCollection.AddRange

AddRange Method

AddRange(IHoliday[])

Copies the elements of the specified IHoliday array to the end of the collection.

Declaration
public void AddRange(IHoliday[] holidays)
Public Sub AddRange(holidays As IHoliday())
Parameters
Type Name Description
IHoliday[] holidays

The array of IHoliday objects to add to the collection.