Move Chart Object to another worksheet

Currently the chart object only appears to support moving within a sheet but not to a different sheet within the same workbook.

Is there a way I can do this, e.g. with copy and paste like in VBA.

Alex

Hi Alex,

Thank you for considering Aspose.

Aspose.Cells provides the functionality to copy the charts between the worksheets. Please see the following documentation article for further details and code examples,

http://www.aspose.com/documentation/file-format-components/aspose.cells-for-.net-and-java/copy-shapes-between-worksheets.html

Thank You & Best Regards,

Works well - thanks.

Alex