Excel for WinRT
Clone() Method


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

Return Value

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

Reference

XLNamedRange Class
XLNamedRange Members

 

 


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

Product Support Forum  |  Documentation Feedback