SpreadsheetGear 2023
Visible Property (IComment)


SpreadsheetGear Namespace > IComment Interface : Visible Property
Gets or sets the property which indicates whether a comment should always be visible.
Syntax
'Declaration
 
Property Visible As System.Boolean
'Usage
 
Dim instance As IComment
Dim value As System.Boolean
 
instance.Visible = value
 
value = instance.Visible
System.bool Visible {get; set;}
Remarks
When this property is false, comments are only shown when the mouse hovers over the cell containing the comment.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IComment Interface
IComment Members