MindFusion.Wpf Pack 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: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool MoveTo (
    Cell targetCell
)

Visual Basic  Copy Code

Public Function MoveTo( _
    targetCell As Cell _
) As Boolean

 Parameters

targetCell

The top-left cell of the target range.

 Return Value

true if successful; otherwise, false.

 Remarks

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

 See Also

MoveTo Method Overload List
CellRange Members
CellRange Class
MindFusion.Spreadsheet.Wpf Namespace