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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

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

C#
vb.net

Parameters

firstRow
The zero-based index of the first row in destination area.
firstCol
The zero-based index of the first column in 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