Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayCollection Class / Remove Method
The IHoliday to remove from the collection.


In This Topic
    Remove Method (HolidayCollection)
    In This Topic
    Removes the first occurrence of the specified IHoliday from the HolidayCollection.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal holiday As IHoliday _
    ) 
    'Usage
     
    
    Dim instance As HolidayCollection
    Dim holiday As IHoliday
     
    instance.Remove(holiday)
    public void Remove( 
       IHoliday holiday
    )

    Parameters

    holiday
    The IHoliday to remove from the collection.
    See Also