Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxCollection Class / Remove Method
A CharBox indicates the char box.


In This Topic
    Remove Method (CharBoxCollection)
    In This Topic
    Removes a char box from the collection.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal charBox As CharBox _
    ) 
    'Usage
     
    
    Dim instance As CharBoxCollection
    Dim charBox As CharBox
     
    instance.Remove(charBox)
    public void Remove( 
       CharBox charBox
    )

    Parameters

    charBox
    A CharBox indicates the char box.
    See Also