Spread WinForms 15
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)

Parameters

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