Moves the specified number of rows to the specified target index.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java Copy Code |
---|
public boolean 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.
JSpreadsheet Programmer's Guide | © 2024 MindFusion |