ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / FilterDescriptorCollection Class / Move Method

In This Topic
    Move Method (FilterDescriptorCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Move( _
       ByVal oldIndex As System.Integer, _
       ByVal newIndex As System.Integer _
    ) 
    public void Move( 
       System.int oldIndex,
       System.int newIndex
    )

    Parameters

    oldIndex
    newIndex
    See Also