| Overload | Description |
|---|---|
| CutAndPasteTo(String,PasteOptions,Worksheet) | Removes the CellRange from its current location and pastes it to a new location, using the Address of a Cell to determine where the data will be pasted. |
| CutAndPasteTo(Int32,Int32,PasteOptions,Worksheet) | Removes the CellRange from its current location and pastes it to a new location, using a RowID & a ColumnID to determine where the data will be pasted. |