Font

Comment.Font property

Ruft die Schriftart des Kommentars ab.

public Font Font { get; }

Beispiele


[C#]
Aspose.Cells.Font font = comment1.Font;
font.Size = 12;

Siehe auch