Comment
CommentShape.Comment property
获取评论对象。
public Comment Comment { get; }
例子
[C#]
Comment comment = commentShape.Comment;
也可以看看
- class Comment
- class CommentShape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
获取评论对象。
public Comment Comment { get; }
[C#]
Comment comment = commentShape.Comment;