Comment.Author
Comment.Author property
Gets and sets Name of the original comment author
public string Author { get; set; }
Examples
[C#]
comment1.Author = "Carl.Yang";
See Also
- class Comment
- namespace Aspose.Cells
- assembly Aspose.Cells
Gets and sets Name of the original comment author
public string Author { get; set; }
[C#]
comment1.Author = "Carl.Yang";