Table of Contents

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

nameSpaceManager XmlNamespaceManager

Namespace manager of the ExcelPackage

topNode XmlNode

An 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

int

MentionId

Id of this mention

public string MentionId { get; set; }

Property Value

string

MentionPersonId

Id of the ExcelThreadedCommentPerson mentioned

public string MentionPersonId { get; set; }

Property Value

string

StartIndex

Index in the ExcelThreadedComments text where the mention starts

public int StartIndex { get; set; }

Property Value

int