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