NativeExcel for .Net Developer's Reference

IRange.Move Method

Moves a cell or a range of cells to the specified range.

Overload List

Moves a cell or a range of cells to the specified range.

[Visual Basic] Sub Move(ByVal Object)
[C#] void Move(object);
[C++] void Move(Object*);
[JScript] function Move(Object);

Moves a cell or a range of cells to the specified range.

[Visual Basic] Sub Move(ByVal Object,ByVal XlPasteType)
[C#] void Move(object,XlPasteType);
[C++] void Move(Object*,XlPasteType);
[JScript] function Move(Object,XlPasteType);

See Also

IRange Interface | NativeExcel Namespace | Copy Method