Class ExcelComment
An Excel Cell Comment
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class ExcelComment : ExcelVmlDrawingComment
  Properties
Author
The author
Declaration
public string Author { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.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 | 
|---|---|
| System.String |