Aspose::Cells::Comment::GetAuthor method
Comment::GetAuthor method
Gets and sets Name of the original comment author.
U16String Aspose::Cells::Comment::GetAuthor()
Examples
if (comment1.GetAuthor().IsNull())
{
comment1.SetAuthor(u"Carl.Yang");
}
See Also
- Class U16String
- Class Comment
- Namespace Aspose::Cells
- Library Aspose.Cells for C++