Spread Windows Forms 12.0 Product Documentation
Remove Method (CharBoxInfoCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CharBoxInfoCollection Class : Remove Method
A CharBoxInfo indicates the char box.
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)
public new void Remove( 
   CharBoxInfo CharBoxInfo
)

Parameters

CharBoxInfo
A CharBoxInfo indicates the char box.
See Also

Reference

CharBoxInfoCollection Class
CharBoxInfoCollection Members