Show / Hide Table of Contents

Class ExcelThreadedCommentMention

This class represents a mention of a person in a ExcelThreadedComment

Inheritance
System.Object
XmlHelper
ExcelThreadedCommentMention
Inherited Members
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.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
System.Xml.XmlNamespaceManager nameSpaceManager

Namespace manager of the ExcelPackage

System.Xml.XmlNode topNode

An System.Xml.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
System.Int32

MentionId

Id of this mention

Declaration
public string MentionId { get; set; }
Property Value
Type Description
System.String

MentionPersonId

Id of the ExcelThreadedCommentPerson mentioned

Declaration
public string MentionPersonId { get; set; }
Property Value
Type Description
System.String

StartIndex

Index in the ExcelThreadedComments text where the mention starts

Declaration
public int StartIndex { get; set; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX