Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Comment Property


In This Topic
    Comment Property (IRange)
    In This Topic
    Gets a Comment object that represents the comment associated with the cell in the upper-left corner of the range.
    Syntax
    'Declaration
     
    
    ReadOnly Property Comment As IComment
    'Usage
     
    
    Dim instance As IRange
    Dim value As IComment
     
    value = instance.Comment
    IComment Comment {get;}

    Property Value

    The Comment object that represents the comment associated with the cell.
    See Also