Moves the specified row to the specified target index.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void Move ( |
Visual Basic
Copy Code
|
|---|
Public Sub Move( _ |
The zero-based index of the row to move.
The zero-based index of the row before which the row should be moved.
See Also