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

In This Topic
    IsNameOnly Property
    In This Topic
    Determines whether the current named range has a valid name but does not define a range.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsNameOnly As System.Boolean
    public System.bool IsNameOnly {get;}
    See Also