Comment Members
Include Protected Members
Include Inherited Members
Represents a cell comment.
The Comment type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Application | Returns an Application object that represents the Microsoft Excel application. |
![]() |
Author | Returns or sets the author of the comment. |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. |
![]() |
Parent | Returns the parent object for the specified object. |
![]() |
Shape | Returns a Shape object that represents the shape attached to the specified comment. |
![]() |
Visible | Determines whether the object is visible. |
Top
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. |
Top