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