Class CellCommentOpeningEventArgs
Represents a class which holds the properties of cell comment opening event.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class CellCommentOpeningEventArgs : GridCancelEventArgs
Constructors
CellCommentOpeningEventArgs(RowColumnIndex)
Initializes a new instance of the CellCommentOpeningEventArgs class.
Declaration
public CellCommentOpeningEventArgs(RowColumnIndex cell)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cell | An instance of RowColumnIndex. |
Properties
Cell
Gets the value that indicates cell comment index.
Declaration
public RowColumnIndex Cell { get; }
Property Value
Type | Description |
---|---|
RowColumnIndex | An instance of RowColumnIndex. |
Comment
Gets or sets the cell comment.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String | Comment. |
CommentBrush
Gets or sets the comment brush.
Declaration
public Brush CommentBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Brush | An instance of System.Drawing.Brush. |
Height
Gets or sets the height of the CommentToolTip Popup Window to be displayed
Declaration
public int Height { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Height of window. |
Width
Gets or sets the width of the CommentToolTip Popup Window to be displayed
Declaration
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Width of window. |