[]
        
(Showing Draft Content)

C1.WPF.Report.ReportObjectCollection-1.Move

Move Method

Move(int, int)

Moves the item with the specified index to a new new position specified by newIndex.

Declaration
public void Move(int index, int newIndex)
Parameters
Type Name Description
int index

The current index.

int newIndex

The new index.