Class ExcelComment
An Excel Cell Comment
Inherited Members
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class ExcelComment : ExcelVmlDrawingComment
Properties
Author
The author
Declaration
public string Author { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Font
Sets the font of the first richtext item.
Declaration
public ExcelRichText Font { get; }
Property Value
| Type | Description |
|---|---|
| ExcelRichText |
RichText
Richtext collection
Declaration
public ExcelRichTextCollection RichText { get; set; }
Property Value
| Type | Description |
|---|---|
| ExcelRichTextCollection |
Text
The comment text
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |