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