Aspose::Cells::Comment::IsThreadedComment method
Comment::IsThreadedComment method
Indicates whether this comment is a threaded comment.
bool Aspose::Cells::Comment::IsThreadedComment()
Examples
if (comment1.IsThreadedComment())
{
//This comment is a threaded comment.
}
See Also
- Class Vector
- Class Comment
- Namespace Aspose::Cells
- Library Aspose.Cells for C++