ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / SortDescriptorCollection Class / RemoveAt Method

In This Topic
    RemoveAt Method (SortDescriptorCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As System.Integer _
    ) 
    public void RemoveAt( 
       System.int index
    )

    Parameters

    index
    See Also