Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLNamedRange Class / IsNameOnly Property

In This Topic
    IsNameOnly Property (XLNamedRange)
    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 Boolean
    public bool IsNameOnly {get;}
    See Also