Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ButtonTextCollection Class / Remove Method
the key value of the button.


In This Topic
Remove Method (ButtonTextCollection)
In This Topic
Remove the item of the ButtonTextCollection.
Syntax
'Declaration
 
Public Overrides Sub Remove( _
   ByVal key As String _
) 
 
'Usage
 
Dim instance As ButtonTextCollection
Dim key As String
 
instance.Remove(key)

Parameters

key
the key value of the button.
See Also