ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLNamedRange Class / Clone() Method

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

    Return Value

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