Cell Comments

Is it possible to edit the comments of a cell and get the new value in the cellchanged event or some other event?

Hi,

Currently, it is not supported to get the editing comment text from events.

Thanks.


Karen.huang
Developer
Aspose Nanjing Team
About Us
Contact Us

Is there any chance this will be supported?

Where I would be able to edit the comments in the pop-up box and then get the value from the cell.value property in the celldatachanged event?

Hi,

We will support it soon.Thank you.

Hi,

Please try the attached version.

Please use GridDesktop.CommentDataChanged to get comment text changed event.

Property CommentEventArgs.NewText indicates the new value of changed comment.

Thank you.