Aspose::Cells::Comment::GetHtmlNote method
Comment::GetHtmlNote method
Gets and sets the html string which contains data and some formats in this comment.
U16String Aspose::Cells::Comment::GetHtmlNote()
Remarks
If this is a threaded comment, the note could not be changed, otherwise MS Excel could not process it as a threaded comment.
Examples
U16String htmlNote = comment1.GetHtmlNote();
See Also
- Class U16String
- Class Comment
- Namespace Aspose::Cells
- Library Aspose.Cells for C++