Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterColumnDefinitionCollection Class / Remove Method
Filter column definition to remove from the collection


In This Topic
Remove Method (FilterColumnDefinitionCollection)
In This Topic
Removes the specified filter column definition from the collection.
Syntax
'Declaration
 
Public Overridable Sub Remove( _
   ByVal fcd As FilterColumnDefinition _
) 
 
'Usage
 
Dim instance As FilterColumnDefinitionCollection
Dim fcd As FilterColumnDefinition
 
instance.Remove(fcd)

Parameters

fcd
Filter column definition to remove from the collection
See Also