Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxInfoCollection Class / Remove Method
A CharBoxInfo indicates the char box.


In This Topic
Remove Method (CharBoxInfoCollection)
In This Topic
Removes a char box from the collection.
Syntax
'Declaration
 
Public Shadows Sub Remove( _
   ByVal CharBoxInfo As CharBoxInfo _
) 
 
'Usage
 
Dim instance As CharBoxInfoCollection
Dim CharBoxInfo As CharBoxInfo
 
instance.Remove(CharBoxInfo)

Parameters

CharBoxInfo
A CharBoxInfo indicates the char box.
See Also