Show / Hide Table of Contents

Class ExcelThreadedCommentMentionCollection

A collection of mentions that occors in a ExcelThreadedComment

Inheritance
System.Object
XmlHelper
ExcelThreadedCommentMentionCollection
Implements
System.Collections.Generic.IEnumerable<ExcelThreadedCommentMention>
System.Collections.IEnumerable
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)
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
System.Collections.Generic.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
System.String

A string that represents the current object.

Overrides
System.Object.ToString()

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

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

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
In This Article
Back to top Generated by DocFX