[]
Represents a comment associated with a cell.
public class XLComment : ICloneable
| Name | Description |
|---|---|
| XLComment(int, int, string, string) | Creates an instance of a XLComment object containing a specified range. |
| Name | Description |
|---|---|
| Author | Gets a author for this comment. |
| Cell | Gets a reference to the cell for this comment. |
| ColumnIndex | Gets or sets the column index of the comment. |
| IsShow | Gets or sets the show flag of the comment. |
| RowIndex | Gets or sets the row index of the comment. |
| Sheet | Gets a reference to the parent XLSheet object. |
| TextBox | Gets a reference to the XLCommentShape object with context. |
| Name | Description |
|---|---|
| Clone() | Creates a new XLComment object that is a copy of the current instance. |