Spread Windows Forms 12.0 Product Documentation
Insert Method (HolidayCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > HolidayCollection Class : Insert Method
The zero-based index at which holiday is inserted.
The System.Object to insert - with the IHoliday interface implemented.
Inserts a holiday object in the collection.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal holiday As IHoliday _
) 
'Usage
 
Dim instance As HolidayCollection
Dim index As Integer
Dim holiday As IHoliday
 
instance.Insert(index, holiday)
public void Insert( 
   int index,
   IHoliday holiday
)

Parameters

index
The zero-based index at which holiday is inserted.
holiday
The System.Object to insert - with the IHoliday interface implemented.
See Also

Reference

HolidayCollection Class
HolidayCollection Members