Moves the data from the current range to the range identified by the specified cell.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public bool MoveTo ( |
Visual Basic
Copy Code
|
|---|
Public Function MoveTo( _ |
The top-left cell of the target range.
true if successful; otherwise, false.
RemarksThis method will raise an InvalidOperationException exception if the target range is outside of the current worksheet.
See Also