MindFusion.Java Package Programmer's Guide
CellRange.moveTo Method (Cell)
See Also
 






Moves the data from the current range to the range identified by the specified cell.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public boolean moveTo (
    Cell targetCell
)

 Parameters

targetCell

The top-left cell of the target range.

 Return Value

 Remarks

This method will raise an IllegalArgumentException exception if the target range is outside of the current worksheet.

 See Also

moveTo Method Overload List
CellRange Members
CellRange Class
com.mindfusion.spreadsheet Namespace