Search
RowCollection.Move Method (Int32, Int32)
See Also
 






Moves the specified row to the specified target index.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void Move (
    int index,
    int target
)

Visual Basic  Copy Code

Public Sub Move( _
    index As Integer, _
    target As Integer _
)

 Parameters

index

The zero-based index of the row to move.

target

The zero-based index of the row before which the row should be moved.

 See Also