Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnCollectionInfo Class / RemoveProcess Method
A ListColumnInfo value which is removing from the collection.


In This Topic
    RemoveProcess Method (ListColumnCollectionInfo)
    In This Topic
    Process method before a column be removed to the collection.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub RemoveProcess( _
       ByVal column As ListColumnInfo _
    ) 
    'Usage
     
    
    Dim instance As ListColumnCollectionInfo
    Dim column As ListColumnInfo
     
    instance.RemoveProcess(column)
    protected virtual void RemoveProcess( 
       ListColumnInfo column
    )

    Parameters

    column
    A ListColumnInfo value which is removing from the collection.
    See Also