Show / Hide Table of Contents

Class ExcelComment

An Excel Cell Comment

Inheritance
System.Object
XmlHelper
ExcelVmlDrawingBase
ExcelVmlDrawingComment
ExcelComment
Inherited Members
ExcelVmlDrawingComment.AutoFit
ExcelVmlDrawingComment.BackgroundColor
ExcelVmlDrawingComment.From
ExcelVmlDrawingComment.HorizontalAlignment
ExcelVmlDrawingComment.LineColor
ExcelVmlDrawingComment.LineStyle
ExcelVmlDrawingComment.LineWidth
ExcelVmlDrawingComment.Locked
ExcelVmlDrawingComment.LockText
ExcelVmlDrawingComment.To
ExcelVmlDrawingComment.VerticalAlignment
ExcelVmlDrawingComment.Visible
ExcelVmlDrawingBase.Id
ExcelVmlDrawingBase.GetStyle(String, String, String)
ExcelVmlDrawingBase.SetStyle(String, String, String)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml
Assembly: Experior.Core.dll
Syntax
public class ExcelComment : ExcelVmlDrawingComment, IRangeID

Properties

Author

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