Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterColumnDefinitionCollection Class / RemoveAt Method
Zero-based index of the filter column definition to remove from the collection


RemoveAt Method (FilterColumnDefinitionCollection)
Removes a filter column definition from the collection at the specified index.
Syntax
'Declaration
 
Public Shadows Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As FilterColumnDefinitionCollection
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
Zero-based index of the filter column definition to remove from the collection
Exceptions
ExceptionDescription
Filter column definition index out of range; must be between 0 and the total number of filter column definitions in the collection
See Also