Spread Windows Forms 12.0 Product Documentation
MoveRow Method
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : MoveRow Method
Moves the specified row from its current index to the specified index, and shifts each row in between and the destination row one row in the direction of the specified row.
Overload List
OverloadDescription
Moves the specified row from its current index to the specified index, and shifts each row in between and the destination row one row in the direction of the specified row.  
Moves the specified row from its current index to the specified index, and shifts each row in between and the destination row one row in the direction of the specified row.  
Remarks
If the moveContent option is false then cell spans are invisible If the moveContent option is true then cell spans are moved.
Example
This example moves the row from its current index to the specified index.
fpSpread1.ActiveSheet.MoveRow(0, 2, true);
FpSpread1.ActiveSheet.MoveRow(0, 2, True)
See Also

Reference

SheetView Class
SheetView Members

User-Task Documentation

Allowing the User to Move Rows or Columns