Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnCollection Class / RemoveProcess Method
A ListColumn value which is removing from the collection.


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

Parameters

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