Worksheet.Copy

Copy(Worksheet)

Copies contents and formats from another worksheet.

public void Copy(Worksheet sourceSheet)
ParameterTypeDescription
sourceSheetWorksheetSource worksheet.

See Also


Copy(Worksheet, CopyOptions)

Copies contents and formats from another worksheet.

public void Copy(Worksheet sourceSheet, CopyOptions copyOptions)
ParameterTypeDescription
sourceSheetWorksheetSource worksheet.
copyOptionsCopyOptions

Remarks

You can copy data from another worksheet in the same file or another file. However, this method does not support to copy drawing objects, such as comments, images and charts.

See Also