Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICommentThreaded Interface / Author Property


In This Topic
    Author Property (ICommentThreaded)
    In This Topic
    Gets the IAuthor object that represents the author of the specified ICommentThreaded object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Author As IAuthor
    'Usage
     
    
    Dim instance As ICommentThreaded
    Dim value As IAuthor
     
    value = instance.Author
    IAuthor Author {get;}
    See Also