Class ExcelThreadedCommentCollection
This class represents an enumerable of Excel
Implements
System.Collections.Generic.IEnumerable <ExcelThreadedComment >
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 class ExcelThreadedCommentCollection : XmlHelper, IEnumerable<ExcelThreadedComment>, IEnumerable
Properties
Count
Number of Excel
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System. |
Item[Int32]
Returns a Excel
Declaration
public ExcelThreadedComment this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System. |
index | Index in this collection |
Property Value
Type | Description |
---|---|
Excel |
The Excel |
Exceptions
Type | Condition |
---|---|
System. |
If the |
Item[String]
Returns a Excelid
Declaration
public ExcelThreadedComment this[string id] { get; }
Parameters
Type | Name | Description |
---|---|---|
System. |
id | Id of the requested Excel |
Property Value
Type | Description |
---|---|
Excel |
The requested Excel |
Exceptions
Type | Condition |
---|---|
System. |
If the requested |
Worksheet
A reference to the worksheet object
Declaration
public ExcelWorksheet Worksheet { get; set; }
Property Value
Type | Description |
---|---|
Excel |
Methods
GetEnumerator()
Declaration
public IEnumerator<ExcelThreadedComment> GetEnumerator()
Returns
Type | Description |
---|---|
System. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System. |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable