Moves the data from the current range to the range identified by the specified cell.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public boolean moveTo ( |
The top-left cell of the target range.
RemarksThis method will raise an IllegalArgumentException exception if the target range is outside of the current worksheet.
See Also