Class ExcelThreadedCommentMention
- Namespace
- OfficeOpenXml.ThreadedComments
- Assembly
- EPPlus.dll
This class represents a mention of a person in a ExcelThreadedComment
public class ExcelThreadedCommentMention : XmlHelper
- Inheritance
-
ExcelThreadedCommentMention
- Inherited Members
Constructors
ExcelThreadedCommentMention(XmlNamespaceManager, XmlNode)
Constructor
public ExcelThreadedCommentMention(XmlNamespaceManager nameSpaceManager, XmlNode topNode)
Parameters
nameSpaceManagerXmlNamespaceManagerNamespace manager of the ExcelPackage
topNodeXmlNodeAn System.Xml.XmlNode representing the mention
Properties
Length
Length of the mention, value for @John Doe would be 9.
public int Length { get; set; }
Property Value
MentionId
Id of this mention
public string MentionId { get; set; }
Property Value
MentionPersonId
Id of the ExcelThreadedCommentPerson mentioned
public string MentionPersonId { get; set; }
Property Value
StartIndex
Index in the ExcelThreadedComments text where the mention starts
public int StartIndex { get; set; }