Spread Windows Forms 12.0 Product Documentation
Remove Method (HolidayStyleCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > HolidayStyleCollection Class : Remove Method
The System.String value that indicates the key of the item.
Removes the element with the specified key from the HolidayStyleCollection.
Syntax
'Declaration
 
Public Overrides Sub Remove( _
   ByVal key As String _
) 
'Usage
 
Dim instance As HolidayStyleCollection
Dim key As String
 
instance.Remove(key)
public override void Remove( 
   string key
)

Parameters

key
The System.String value that indicates the key of the item.
See Also

Reference

HolidayStyleCollection Class
HolidayStyleCollection Members