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
- class Font
- class Comment
- namensraum Aspose.Cells
- Montage Aspose.Cells
Ruft die Schriftart des Kommentars ab.
public Font Font { get; }
[C#]
Aspose.Cells.Font font = comment1.Font;
font.Size = 12;