Search
CellRange.moveTo Method (Int32, Int32)
See Also
 






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

 Syntax

Java  Copy Code

public boolean moveTo (
    int targetColumn,
    int targetRow
)

 Parameters

targetColumn

The leftmost column of the target range.

targetRow

The topmost row 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