ImageGear .NET v24.12 - Updated
Clone Method (ImGearExcelBookPage)




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

Return Value

Remarks

The new instance returned by this method will be a deep copy, in that it will copy all the internal content needed for displaying or printing. However, it will have no connection to the document which the object this instance was cloned from was attached to.

The ReleaseRenderCache method will have no effect on cloned instances. Once you release all of your references to the clone it will be made available for garbage collection.

See Also

Reference

ImGearExcelBookPage Class
ImGearExcelBookPage Members