Moves the data from the current range to the range identified by the specified column and row.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool MoveTo ( |
Visual Basic
Copy Code
|
|---|
Public Function MoveTo( _ |
The leftmost column of the target range.
The topmost row of the target range.
RemarksThis method will raise an ArgumentOutOfRangeException exception if the target range is outside of the current worksheet.
See Also