[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IComment.Author

Author Property

Author

Gets the author of the comment.

Returns the author information associated with the comment.

Declaration
string Author { get; }
ReadOnly Property Author As String
Examples
workbook.Author = "Author";
IComment comment = worksheet.Range["C3"].AddComment("Review this value.");
string author = comment.Author;