Spread Windows Forms 12.0 Product Documentation
Comment Property (IName)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IName Interface : Comment Property
Gets or sets the comment associated with this defined name.
Syntax
'Declaration
 
Property Comment As String
'Usage
 
Dim instance As IName
Dim value As String
 
instance.Comment = value
 
value = instance.Comment
string Comment {get; set;}

Property Value

The string value represents comment associated with this defined name.
See Also

Reference

IName Interface
IName Members