Share via


Comment Object Members

Excel Developer Reference

Represents a cell comment.

Methods

  Name Description
Bb255930.methods(en-us,office.12).gif Delete Deletes the object.
Bb255930.methods(en-us,office.12).gif Next Returns a Comment object that represents the next comment.
Bb255930.methods(en-us,office.12).gif Previous Returns a Comment object that represents the previous comment.
Bb255930.methods(en-us,office.12).gif Text Sets comment text.

Properties

  Name Description
Bb255930.properties(en-us,office.12).gif Application When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.
Bb255930.properties(en-us,office.12).gif Author Returns or sets the author of the comment. Read-only String.
Bb255930.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only.
Bb255930.properties(en-us,office.12).gif Shape Returns a Shape object that represents the shape attached to the specified comment.
Bb255930.properties(en-us,office.12).gif Visible Returns or sets a Boolean value that determines whether the object is visible. Read/write.