CellRange.CopyFrom Method
Name | Parameters | Description |
---|---|---|
CopyFrom(CellRange, PasteSpecial, Boolean) | source, pasteOptions, overwriteProtectionOnLockedWorksheet | Copies the source range of cells and pastes the specified part of the copied data into the current cell range. |
CopyFrom(CellRange, PasteSpecial) | source, pasteOptions | Copies the source range of cells and pastes the specified part of the copied data into the current cell range. |
CopyFrom(CellRange) | source | Copies the specified range of cells into the current range. |