ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLNamedRange Class / Name Property

In This Topic
    Name Property (XLNamedRange)
    In This Topic
    Gets or sets the name of the current named range.
    Syntax
    'Declaration
     
    Public Property Name As System.String
    public System.string Name {get; set;}
    See Also