Page tree
Skip to end of metadata
Go to start of metadata

Description

Copies an area of cells from another Worksheet to cells in this worksheet.

C#
vb.net

Parameters

destCell
A Cell indicating the upper-left cell of the destination area.
sourceArea
An area from the source workbook from which to copy.
properties
A CopyPasteProperties object that specifies the types of data to copy.

Returns

An Area object representing the set of cells populated with the copied values.

Remarks

The copied data will overwrite the contents of the cells in this worksheet. You may specify the types of data copied (cell value, formulas, comments, formatting, etc.) using the CopyPasteProperties object.

Examples

C#
vb.net
  • No labels