Class ExcelThreadedCommentMentionCollection
A collection of mentions that occors in a ExcelThreadedComment
Inherited Members
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. |