Excel for WinRT
Clone Method (ICloneable)


Creates a new object that is a copy of the current instance.
Syntax
'Declaration
 
Function Clone() As System.Object
'Usage
 
Dim instance As ICloneable
Dim value As System.Object
 
value = instance.Clone()
System.object Clone()

Return Value

A new object that is a copy of this instance.
See Also

Reference

ICloneable Interface
ICloneable Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback