Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IName Interface / Comment Property


In This Topic
    Comment Property (IName)
    In This Topic
    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