[]
Represents a cell comment.
public interface IComment
Public Interface IComment
Name | Description |
---|---|
Author | Gets the author of the comment. |
Next | Gets an IComment object that represents the next comment. |
Previous | Gets an IComment object that represents the previous comment. |
RichText | Gets text and style attributes of the comment. |
Shape | Gets an IShape object that represents the shape attached to the specified comment. |
Visible | Gets or sets a boolean value that determines whether the object is visible. |
Name | Description |
---|---|
Delete() | Deletes the comment. |
Text(RichText) | Sets comment text. |
Text(string, int, bool?) | Gets or sets comment text. |