Class GridComment

GridComment class

Encapsulates the object that represents a cell comment.

public class GridComment

Properties

NameDescription
Author { get; set; }
AutoSize { get; set; }
Column { get; }
Height { get; set; }Represents the Height of the comment, in unit of pixels.
HeightCM { get; set; }
HeightInch { get; set; }
HtmlNote { get; set; }
IsVisible { get; set; }
Note { get; set; }
Row { get; }
Width { get; set; }Represents the width of the comment, in unit of pixels.
WidthCM { get; set; }
WidthInch { get; set; }

See Also