Aspose::Cells::Comment::GetNote method

Comment::GetNote method

Represents the content of comment.

U16String Aspose::Cells::Comment::GetNote()

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 note1 = comment1.GetNote();
U16String note2 = comment2.GetNote();

See Also