Excel for WinRT
Clone() Method


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

Return Value

A new XLShape object that is a copy of the current instance.
See Also

Reference

XLShape Class
XLShape Members

 

 


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

Product Support Forum  |  Documentation Feedback