IDataAreaComment

Assembly: Express;

Description

The IDataAreaComment interface is used to work with a comment created for data cells.

Inheritance Hierarchy

IDataAreaComment

Comments

A comment for data cells can be obtained using properties and methods of the IDataAreaComments interface.

Properties

  Property name Brief description
Coords The Coords property returns the array with cell coordinates, which contain this comment.
Key The Key property returns comment key.
Rights The Rights property returns comment access permissions for the specified user.
Text The Text property returns comment text.
TimeStamp The TimeStamp property returns comment creation date and time.
User The User property returns name of the user who created a comment.

See also:

Express Assembly Interfaces