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