Spread Windows Forms 15.0
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


In This Topic
    RemoveAt Method (FilterColumnDefinitionCollection)
    In This Topic
    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)
    public new void RemoveAt( 
       int 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