Aspose::Cells::Drawing::CommentShape::GetComment method

CommentShape::GetComment method

Gets the comment object.

Comment Aspose::Cells::Drawing::CommentShape::GetComment()

Examples

CommentShape commentShape = (CommentShape)shapes.Get(0);
Comment comment = commentShape.GetComment();

See Also