WidthCM
Comment.WidthCM property
表示注释的宽度,单位为厘米。
public double WidthCM { get; set; }
例子
[C#]
comment1.WidthCM = 1.0;
也可以看看
- class Comment
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
表示注释的宽度,单位为厘米。
public double WidthCM { get; set; }
[C#]
comment1.WidthCM = 1.0;