Comment Members
A comment in the document - a text note that is attached to a DocumentRange.Properties
| Name | Description |
|---|---|
| Author | Specifies the comment’s author. |
| Date | Gets or sets the comment’s creation date. |
| Name | Specifies the comment name. |
| ParentComment | Specifies the parent comment of the current comment. |
| Range | Specifies the document range to which the comment relates. |
Methods
| Name | Description |
|---|---|
| BeginUpdate() | Provides access to a comment’s content to start editing. |
| EndUpdate(SubDocument) | Finalizes editing the comment’s content. |
See Also