Class ExcelExternalCellCollection
A collection of ExcelExternalCellValue
Inheritance
System.Object
ExcelExternalCellCollection
Implements
System.Collections.Generic.IEnumerable<ExcelExternalCellValue>
System.Collections.IEnumerable
System.Collections.Generic.IEnumerator<ExcelExternalCellValue>
System.Collections.IEnumerator
System.IDisposable
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)
System.Object.ToString()
Namespace: OfficeOpenXml.ExternalReferences
Assembly: EPPlus.dll
Syntax
public class ExcelExternalCellCollection : IEnumerable<ExcelExternalCellValue>, IEnumerable, IEnumerator<ExcelExternalCellValue>, IEnumerator, IDisposable
Properties
Current
Declaration
public ExcelExternalCellValue Current { get; }
Property Value
Type | Description |
---|---|
ExcelExternalCellValue |
Item[Int32, Int32]
Declaration
public ExcelExternalCellValue this[int row, int column] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | row | |
System.Int32 | column |
Property Value
Type | Description |
---|---|
ExcelExternalCellValue |
Item[String]
Declaration
public ExcelExternalCellValue this[string cellAddress] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | cellAddress |
Property Value
Type | Description |
---|---|
ExcelExternalCellValue |
Methods
Dispose()
Declaration
public void Dispose()
GetEnumerator()
Declaration
public IEnumerator<ExcelExternalCellValue> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<ExcelExternalCellValue> |
MoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean |
Reset()
Declaration
public void Reset()
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
IEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
Type | Description |
---|---|
System.Object |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Collections.Generic.IEnumerator<T>
System.Collections.IEnumerator
System.IDisposable