[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICommentThreaded.Author

Author Property

Author

Gets the author object of the threaded comment.

Declaration
IAuthor Author { get; }
ReadOnly Property Author As IAuthor
Examples
ICommentThreaded comment = worksheet.Range["A1"].AddCommentThreaded("Review this value", "Alex");
IAuthor author = comment.Author;
string name = author.Name;