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