Class ExcelComment
- Namespace
- OfficeOpenXml
- Assembly
- Magicodes.EPPlus.dll
public class ExcelComment : ExcelVmlDrawingComment
- Inheritance
-
ExcelComment
- Inherited Members
- Extension Methods
Properties
Author
public string Author { get; set; }
Property Value
Font
public ExcelRichText Font { get; }
Property Value
RichText
public ExcelRichTextCollection RichText { get; set; }
Property Value
Text
public string Text { get; set; }