Spread Windows Forms 15.0
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.


In This Topic
    Insert Method (HolidayCollection)
    In This Topic
    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