SpreadsheetGear 2017
Comment Property (IName)






SpreadsheetGear Namespace > IName Interface : Comment Property
Gets or sets the comment associated with this defined name.
Syntax
'Declaration
 
Property Comment As System.String
'Usage
 
Dim instance As IName
Dim value As System.String
 
instance.Comment = value
 
value = instance.Comment
System.string Comment {get; set;}
read-write property Comment: System.String; 
function get,set Comment : System.String
__property System.string* get_Comment();
__property void set_Comment( 
   System.string* value
);
property System.String^ Comment {
   System.String^ get();
   void set (    System.String^ value);
}
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

IName Interface
IName Members