Spread Windows Forms 12.0 Product Documentation
RemoveProcess Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListColumnCollectionInfo Class : RemoveProcess Method
A ListColumnInfo value which is removing from the collection.
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

Reference

ListColumnCollectionInfo Class
ListColumnCollectionInfo Members