FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ParagraphItemCollection Class / Move Method
The current index.
The new index.

In This Topic
    Move Method (ParagraphItemCollection)
    In This Topic
    Moves the item with the specified index to a new new position specified by newIndex.
    Syntax
    'Declaration
     
    Public Sub Move( _
       ByVal index As Integer, _
       ByVal newIndex As Integer _
    ) 
    public void Move( 
       int index,
       int newIndex
    )

    Parameters

    index
    The current index.
    newIndex
    The new index.
    See Also