C1.Excel Assembly / C1.Excel Namespace / XLNamedRange Class / Clone Method

In This Topic
Clone Method (XLNamedRange)
In This Topic
Creates a new XLNamedRange object that is a copy of the current instance.
Syntax
'Declaration
 
Public Function Clone() As XLNamedRange
 

Return Value

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