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

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