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