Overload | Description |
---|---|
CopyAndPasteTo(String,PasteOptions,Worksheet,CopyOptions) | Copies 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. |
CopyAndPasteTo(Int32,Int32,PasteOptions,Worksheet,CopyOptions) | Copies 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. |