[]
Adds a comment to the cell.
IComment AddComment(string text = null)
Function AddComment(Optional text As String = Nothing) As IComment
Type | Name | Description |
---|---|---|
string | text | The comment text. |
Type | Description |
---|---|
IComment | An IComment object represents the comment of the cell. |
Adds a comment to the cell.
IComment AddComment(RichText text)
Function AddComment(text As RichText) As IComment
Type | Name | Description |
---|---|---|
RichText | text | The comment text. |
Type | Description |
---|---|
IComment | An IComment object represents the comment of the cell. |