Spread WinForms 15
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)

Parameters

holiday
The IHoliday to remove from the collection.
See Also