Spread Windows Forms 12.0 Product Documentation
Remove Method (HolidayCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > HolidayCollection Class : Remove Method
The IHoliday to remove from the collection.
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

Reference

HolidayCollection Class
HolidayCollection Members