Font
Comment.Font property
Yorumun yazı tipini alır.
public Font Font { get; }
Örnekler
[C#]
Aspose.Cells.Font font = comment1.Font;
font.Size = 12;
Ayrıca bakınız
- class Font
- class Comment
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
Yorumun yazı tipini alır.
public Font Font { get; }
[C#]
Aspose.Cells.Font font = comment1.Font;
font.Size = 12;