Spread Windows Forms 12.0 Product Documentation
AddRange Method (HolidayCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > HolidayCollection Class : AddRange Method
The array of IHoliday objects to add to the collection.
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

Reference

HolidayCollection Class
HolidayCollection Members