ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearExcelBookDocument Class / Clone Method




In This Topic
    Clone Method (ImGearExcelBookDocument)
    In This Topic
    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