IDataAreaCommentManager

Assembly: Express;

Description

The IDataAreaCommentManager interface contains properties and methods of the comment manager.

Inheritance Hierarchy

IDataAreaCommentManager

Comments

The comment manager can be obtained using the IEaxDataArea.CommentManager property.

Properties

  Property name Brief description
AllComments The AllComments property returns all comments for data cells in the specified table.
Comments The Comments property returns comments for a cell with the specified coordinates.

Methods

  Method name Brief description
AddComment The AddComment method adds a comment for the specified data cell.
DeleteComment The DeleteComment method delets comment with the specified key from the specified data cell.

See also:

Express Assembly Interfaces