Comment Object Members
Excel Developer Reference |
Represents a cell comment.
Methods
Name | Description | |
---|---|---|
Delete | Deletes the object. | |
Next | Returns a Comment object that represents the next comment. | |
Previous | Returns a Comment object that represents the previous comment. | |
Text | Sets comment text. |
Properties
Name | Description | |
---|---|---|
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. | |
Author | Returns or sets the author of the comment. Read-only String. | |
Parent | Returns the parent object for the specified object. Read-only. | |
Shape | Returns a Shape object that represents the shape attached to the specified comment. | |
Visible | Returns or sets a Boolean value that determines whether the object is visible. Read/write. |