Table of Contents

Class ExcelThreadedCommentMentionCollection

Namespace
OfficeOpenXml.ThreadedComments
Assembly
EPPlus.dll

A collection of mentions that occors in a ExcelThreadedComment

public sealed class ExcelThreadedCommentMentionCollection : XmlHelper, IEnumerable<ExcelThreadedCommentMention>, IEnumerable
Inheritance
ExcelThreadedCommentMentionCollection
Implements
Inherited Members

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<ExcelThreadedCommentMention> GetEnumerator()

Returns

IEnumerator<ExcelThreadedCommentMention>

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

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.