Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnCollection Class / Remove Method
The ListColumn item to be deleted.


In This Topic
    Remove Method (ListColumnCollection)
    In This Topic
    Deletes a specific item form the collection.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal item As ListColumn _
    ) 
    'Usage
     
    
    Dim instance As ListColumnCollection
    Dim item As ListColumn
     
    instance.Remove(item)
    public void Remove( 
       ListColumn item
    )

    Parameters

    item
    The ListColumn item to be deleted.
    See Also