Table of Contents

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

string

Font

Sets the font of the first richtext item.

public ExcelRichText Font { get; }

Property Value

ExcelRichText

RichText

Richtext collection

public ExcelRichTextCollection RichText { get; set; }

Property Value

ExcelRichTextCollection

Text

The comment text

public string Text { get; set; }

Property Value

string