[]
        
(Showing Draft Content)

C1.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)
Public Sub Move(index As Integer, newIndex As Integer)
Parameters
Type Name Description
int index

The current index.

int newIndex

The new index.