Comment.Font
Comment.Font property
Gets the font of comment.
public Font Font { get; }
Examples
[C#]
Aspose.Cells.Font font = comment1.Font;
font.Size = 12;
See Also
- class Font
- class Comment
- namespace Aspose.Cells
- assembly Aspose.Cells
Gets the font of comment.
public Font Font { get; }
[C#]
Aspose.Cells.Font font = comment1.Font;
font.Size = 12;