Worksheet.Copy
Copy(Worksheet)
Copies contents and formats from another worksheet.
public void Copy(Worksheet sourceSheet)
Parameter | Type | Description |
---|---|---|
sourceSheet | Worksheet | Source worksheet. |
See Also
- class Worksheet
- namespace Aspose.Cells
- assembly Aspose.Cells
Copy(Worksheet, CopyOptions)
Copies contents and formats from another worksheet.
public void Copy(Worksheet sourceSheet, CopyOptions copyOptions)
Parameter | Type | Description |
---|---|---|
sourceSheet | Worksheet | Source worksheet. |
copyOptions | CopyOptions |
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
- class CopyOptions
- class Worksheet
- namespace Aspose.Cells
- assembly Aspose.Cells