{description}
{excerpt}Sets or returns the author of the comment. This information is displayed in the status bar in Excel when a comment is selected.{excerpt}
{signature:C#}
 public System.String Author{ get; set; }
{signature}{signature:vb.net}
Public Property Author() As String
{signature}