HeightInch
Comment.HeightInch property
表示评论的高度,单位为英寸。
public double HeightInch { get; set; }
例子
[C#]
comment1.HeightInch = 1.0;
也可以看看
- class Comment
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
表示评论的高度,单位为英寸。
public double HeightInch { get; set; }
[C#]
comment1.HeightInch = 1.0;