Excel for WPF | ComponentOne
C1.Silverlight.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 String
    public string Name {get; set;}
    See Also