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


In This Topic
    Remove Method (HolidayStyleCollection)
    In This Topic
    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