Comment.WidthCM
Comment.WidthCM property
Represents the width of the comment, in unit of centimeters.
public double WidthCM { get; set; }
Examples
[C#]
comment1.WidthCM = 1.0;
See Also
- class Comment
- namespace Aspose.Cells
- assembly Aspose.Cells
Represents the width of the comment, in unit of centimeters.
public double WidthCM { get; set; }
[C#]
comment1.WidthCM = 1.0;