Spread WPF 17
GrapeCity.Excel Namespace / IName Interface / Comment Property


In This Topic
    Comment Property (IName)
    In This Topic
    Get or set the comment associated with this defined name
    Syntax
    'Declaration
     
    ReadOnly Property Comment As String
    'Usage
     
    Dim instance As IName
    Dim value As String
     
    value = instance.Comment
    string Comment {get;}
    See Also