Spread WPF 18
GrapeCity.Spreadsheet Namespace / IComment Interface / Author Property


In This Topic
    Author Property (IComment)
    In This Topic
    Gets the author of the comment.
    Syntax
    'Declaration
     
    ReadOnly Property Author As String
    'Usage
     
    Dim instance As IComment
    Dim value As String
     
    value = instance.Author
    string Author {get;}
    See Also