Author
Comment.Author property
获取并设置原始评论作者的姓名
public string Author { get; set; }
例子
[C#]
comment1.Author = "Carl.Yang";
也可以看看
- class Comment
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
获取并设置原始评论作者的姓名
public string Author { get; set; }
[C#]
comment1.Author = "Carl.Yang";