Show / Hide Table of Contents

Class ExcelThreadedCommentMentionCollection

A collection of mentions that occors in a ExcelThreadedComment

Inheritance
object
XmlHelper
ExcelThreadedCommentMentionCollection
Implements
IEnumerable<ExcelThreadedCommentMention>
IEnumerable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
Namespace: OfficeOpenXml.ThreadedComments
Assembly: EPPlus.dll
Syntax
public sealed class ExcelThreadedCommentMentionCollection : XmlHelper, IEnumerable<ExcelThreadedCommentMention>, IEnumerable

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration
public IEnumerator<ExcelThreadedCommentMention> GetEnumerator()
Returns
Type Description
IEnumerator<ExcelThreadedCommentMention>

An enumerator that can be used to iterate through the collection.

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents the current object.

Overrides
object.ToString()

Implements

IEnumerable<T>
IEnumerable
In this article
Back to top Generated by DocFX