Moves a cell or a range of cells to the specified range.
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);
IRange Interface | NativeExcel Namespace | Copy Method