[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubStyleCollection.Remove

Remove Method

Remove(string)

Removes the element with the specified key from the SubStyleCollection.

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

The specified key string.

Overrides