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