[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.HolidayStyleCollection.Remove

Remove Method

Remove(string)

Removes the element with the specified key from the HolidayStyleCollection.

Declaration
public override void Remove(string key)
Public Overrides Sub Remove(key As String)
Parameters
Type Name Description
string key

The string value that indicates the key of the item.

Overrides