Moves the specified number of rows to the specified target index.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Move ( |
Visual Basic
Copy Code
|
|---|
Public Function Move( _ |
The zero-based index of the first row to move.
The number of rows to move.
The zero-based index of the row before which the rows should be moved.
true if a move occurred; otherwise, false.
See Also