ImageGear .NET - Updated
Clone Method (ImGearExcelBookDocument)




ImageGear24.Formats.Office Assembly > ImageGear.Formats.Office Namespace > ImGearExcelBookDocument Class : Clone Method
Creates a deep copy of the current Excel workbook.
Syntax
'Declaration
 
Public Overrides Function Clone() As ImGearDocument
'Usage
 
Dim instance As ImGearExcelBookDocument
Dim value As ImGearDocument
 
value = instance.Clone()
public override ImGearDocument Clone()
public: ImGearDocument* Clone(); override 
public:
ImGearDocument^ Clone(); override 

Return Value

Remarks

This method will create a complete copy of the instance, including the underlying spreadsheet document. The new instance will be completely independent of the instance from which it was cloned.

See Also

Reference

ImGearExcelBookDocument Class
ImGearExcelBookDocument Members