Documents for PDF, .NET Edition Documentation
Move Method (ObservableCollectionEx<TItem>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > ObservableCollectionEx<TItem> Class : Move Method
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

Reference

ObservableCollectionEx<TItem> Class
ObservableCollectionEx<TItem> Members