Class Comment
Represents a comment in a cell.
Inheritance
System.Object
Comment
Namespace: IronXL.Cells
Assembly: IronXL.dll
Syntax
public class Comment : Object
Properties
Address
Gets the address of the cell that contains this Comment.
Declaration
public string Address { get; }
Property Value
Type | Description |
---|---|
System.String |
Author
Gets or sets the author of the comment.
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Content
Gets or sets the content of the comment.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsVisible
Gets or sets a value indicating whether the comment is visible. Comments are hidden by default.
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |