Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / HoverComment Property


In This Topic
    HoverComment Property
    In This Topic
    Gets or sets the comment which is under mouse cursor.
    Syntax
    'Declaration
     
    
    Public Property HoverComment As Comment
    'Usage
     
    
    Dim instance As Workbook
    Dim value As Comment
     
    instance.HoverComment = value
     
    value = instance.HoverComment
    public Comment HoverComment {get; set;}
    See Also