[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ButtonTextCollection.Remove

Remove Method

Remove(string)

Remove the item of the ButtonTextCollection.

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

the key value of the button.

Overrides