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





Moves the specified number of rows to the specified target index.

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

 Syntax

C#  Copy Code

public bool Move (
    int index,
    int count,
    int target
)

Visual Basic  Copy Code

Public Function Move( _
    index As Integer, _
    count As Integer, _
    target As Integer _
) As Boolean

 Parameters

index

The zero-based index of the first row to move.

count

The number of rows to move.

target

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

 Return Value

true if a move occurred; otherwise, false.

 See Also

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