ImageGear23.Formats.Office Assembly > ImageGear.Formats.Office Namespace > ImGearExcelBookDocument Class : Clone Method |
'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
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.