Class NpoiCellCollection
npoi row cell collection
public sealed class NpoiCellCollection : IReadOnlyCollection<ICell>, IEnumerable<ICell>, IEnumerable
- Inheritance
-
NpoiCellCollection
- Implements
- Inherited Members
- Extension Methods
Constructors
NpoiCellCollection(IRow)
npoi row cell collection
public NpoiCellCollection(IRow row)
Parameters
rowIRow
Properties
Count
Gets the number of cells in the wrapped row.
public int Count { get; }
Property Value
Methods
GetEnumerator()
Iterates over each concrete cell in the current row.
public IEnumerator<ICell> GetEnumerator()