Assembly: Express;
The IDataAreaComments interface is used to work with the collection of comments created for a data cell.
IDataAreaComments
The collection of comments can be obtained using properties and methods of the IDataAreaCommentManager interface.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of comments in the collection. |
![]() |
Item | The Item property returns information about a comment with the specified index. |
| Method name | Brief description | |
![]() |
FindByKey | The FindByKey method searches by key and returns information about a comment in case of successful search. |
See also: