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