Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

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.