IDataAreaComments

Assembly: Express;

Description

The IDataAreaComments interface is used to work with the collection of comments created for a data cell.

Inheritance Hierarchy

IDataAreaComments

Comments

The collection of comments can be obtained using properties and methods of the IDataAreaCommentManager interface.

Properties

  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.

Methods

  Method name Brief description
FindByKey The FindByKey method searches by key and returns information about a comment in case of successful search.

See also:

Express Assembly Interfaces