Excel for WinRT
Clone Method (XLRange)


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

Return Value

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

Reference

XLRange Class
XLRange Members

 

 


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

Product Support Forum  |  Documentation Feedback