CommentInsertingEventArgs Properties
Provides data for the SpreadsheetControl.CommentInserting event.| Name | Description |
|---|---|
| Author | Gets or sets a name of the comment author. |
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Reference | Gets the reference to the cell containing the comment. |
| Text | Specifies the text of a comment. |
| Visible | Gets or sets a value indicating whether the comment should be displayed in a cell. |
See Also