Class NpoiRowCollection
npoi sheet row collection
public sealed class NpoiRowCollection : IReadOnlyCollection<IRow>, IEnumerable<IRow>, IEnumerable
- Inheritance
-
NpoiRowCollection
- Implements
- Inherited Members
- Extension Methods
Constructors
NpoiRowCollection(ISheet)
npoi sheet row collection
public NpoiRowCollection(ISheet sheet)
Parameters
sheetISheet
Properties
Count
Gets the number of rows within the wrapped sheet.
public int Count { get; }
Property Value
Methods
GetEnumerator()
Iterates over each row within the sheet range.
public IEnumerator<IRow> GetEnumerator()