ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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