MindFusion.Wpf Pack Programmer's Guide
RowCollection.Move Method (Int32, Int32)
See Also
 





Moves the specified row to the specified target index.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 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

Move Method Overload List
RowCollection Members
RowCollection Class
MindFusion.Spreadsheet.Wpf Namespace