Show / Hide Table of Contents

Class ExcelComment

An Excel Cell Comment

Inheritance
System.Object
XmlHelper
ExcelVmlDrawingBase
ExcelVmlDrawingComment
ExcelComment
Inherited Members
ExcelVmlDrawingComment.Address
ExcelVmlDrawingComment.VerticalAlignment
ExcelVmlDrawingComment.HorizontalAlignment
ExcelVmlDrawingComment.Visible
ExcelVmlDrawingComment.BackgroundColor
ExcelVmlDrawingComment.LineStyle
ExcelVmlDrawingComment.LineColor
ExcelVmlDrawingComment.LineWidth
ExcelVmlDrawingComment.AutoFit
ExcelVmlDrawingComment.Locked
ExcelVmlDrawingComment.LockText
ExcelVmlDrawingComment.From
ExcelVmlDrawingComment.To
ExcelVmlDrawingBase.Id
ExcelVmlDrawingBase.AlternativeText
ExcelVmlDrawingBase.GetStyle(String, String, String)
ExcelVmlDrawingBase.SetStyle(String, String, String)
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.GetBoolFromString(String)
XmlHelper.CreatespPrNode(String, Boolean)
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, IRangeID

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
Back to top Generated by DocFX