Spread WinForms 15
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
See Also