SpreadsheetGear 2017
Comment Property (IRange)






SpreadsheetGear Namespace > IRange Interface : Comment Property
Returns an instance of IComment representing the comment which is associated the single cell represented by this range, or null if there is no comment.
Syntax
'Declaration
 
ReadOnly Property Comment As IComment
'Usage
 
Dim instance As IRange
Dim value As IComment
 
value = instance.Comment
IComment Comment {get;}
read-only property Comment: IComment; 
function get Comment : IComment
__property IComment* get_Comment();
property IComment^ Comment {
   IComment^ get();
}
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

IRange Interface
IRange Members
AddComment Method
ClearComments Method