[]
Gets the author of the comment.
Returns the author information associated with the comment.
string Author { get; }
ReadOnly Property Author As String
workbook.Author = "Author";
IComment comment = worksheet.Range["C3"].AddComment("Review this value.");
string author = comment.Author;