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




Glossary Item Box

Creates a copy of the current Excel sheet page.

Syntax

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

Return Value

ImGearExcelSheetPage instance.

Remarks

The new instance returned by this method will be a deep clone, 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.