Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLSheet Class / Comments Property

In This Topic
    Comments Property
    In This Topic
    Gets an XLCommentCollection that contains the collection of comments that on the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Comments As XLCommentCollection
    public XLCommentCollection Comments {get;}
    See Also