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

In This Topic
    Comment Property
    In This Topic
    Gets or sets the comment text associated with the current named range.
    Syntax
    'Declaration
     
    Public Property Comment As System.String
    public System.string Comment {get; set;}
    See Also