Aspose::Cells::Comment::GetFont method
Comment::GetFont method
Gets the font of comment.
Aspose::Cells::Font Aspose::Cells::Comment::GetFont()
Examples
Font font = comment1.GetFont();
font.SetSize(12);
See Also
- Class Font
- Class Comment
- Namespace Aspose::Cells
- Library Aspose.Cells for C++