Share via


Comment Object Members

Word Developer Reference

Represents a single comment. The Comment object is a member of the Comments collection. The Comments collection includes comments in a selection, range or document.

Methods

  Name Description
Bb257496.methods(en-us,office.12).gif Delete Deletes the specified comment.
Bb257496.methods(en-us,office.12).gif Edit Opens the specified OLE object for editing in the application it was created in.

Properties

  Name Description
Bb257496.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257496.properties(en-us,office.12).gif Author Returns or sets a String that represents the author name for a comment. Read/write.
Bb257496.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257496.properties(en-us,office.12).gif Date Returns a Date that represents the date and time that a comment was inserted. Read-only.
Bb257496.properties(en-us,office.12).gif Index Returns a Long that represents the position of an item in a collection. Read-only.
Bb257496.properties(en-us,office.12).gif Initial Returns or sets the initials of the user associated with a specific comment. Read/write String.
Bb257496.properties(en-us,office.12).gif IsInk Returns a Boolean that represents whether a comment is a handwritten comment.
Bb257496.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified Comment object.
Bb257496.properties(en-us,office.12).gif Range Returns a Range object that represents the contents of a comment.
Bb257496.properties(en-us,office.12).gif Reference Returns a Range object that represents a reference mark for a comment.
Bb257496.properties(en-us,office.12).gif Scope Returns a Range object that represents the range of text marked by the specified comment.
Bb257496.properties(en-us,office.12).gif ShowTip True if text associated with a comment is displayed in a ScreenTip. Read/write Boolean.