Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Comments Property


In This Topic
    Comments Property (IWorksheet)
    In This Topic
    Gets an IComments collection that represents all the comments for the specified worksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property Comments As IComments
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As IComments
     
    value = instance.Comments
    IComments Comments {get;}
    See Also