Aspose::Cells::Comment::GetCommentShape method
Comment::GetCommentShape method
Get a Shape object that represents the shape attached to the specified comment.
CommentShape Aspose::Cells::Comment::GetCommentShape()
Examples
CommentShape shape = comment1.GetCommentShape();
int w = shape.GetWidth();
int h = shape.GetHeight();
See Also
- Class CommentShape
- Class Comment
- Namespace Aspose::Cells
- Library Aspose.Cells for C++