Font
Comment.Font property
获取评论的字体。
public Font Font { get; }
例子
[C#]
Aspose.Cells.Font font = comment1.Font;
font.Size = 12;
也可以看看
- class Font
- class Comment
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
获取评论的字体。
public Font Font { get; }
[C#]
Aspose.Cells.Font font = comment1.Font;
font.Size = 12;