Comment.CommentShape
Comment.CommentShape property
Get a Shape object that represents the shape attached to the specified comment.
public CommentShape CommentShape { get; }
Examples
[C#]
CommentShape shape = comment1.CommentShape;
int w = shape.Width;
int h = shape.Height;
See Also
- class CommentShape
- class Comment
- namespace Aspose.Cells
- assembly Aspose.Cells