Skip to main content
All docs
V19.1
.NET Framework 4.5.2+
Row

Range.CopyFrom Method

Name Parameters Description
CopyFrom(Range, 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(Range, PasteSpecial) source, pasteOptions Copies the source range of cells and pastes the specified part of the copied data into the current cell range.
CopyFrom(Range) source Copies the specified range of cells into the current range.