Moves the data from the current range to the range identified by the specified column and row.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java Copy Code |
---|
public boolean moveTo ( |
The leftmost column of the target range.
The topmost row of the target range.
This method will raise an IllegalArgumentException exception if the target range is outside of the current worksheet.
JSpreadsheet Programmer's Guide | © 2024 MindFusion |