ImageGear for .NET
Clone Method
See Also  Send Feedback
ImageGear21.Formats.Office Assembly > ImageGear.Formats.Office Namespace > ImGearExcelBookPage Class : Clone Method




Glossary Item Box

Creates a copy of the current Excel workbook page.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Return Value

ImGearExcelBookPage instance.

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

©2013. Accusoft Corporation. All Rights Reserved.