Table of Contents

Class NpoiRowCollection

Namespace
WeihanLi.Npoi
Assembly
WeihanLi.Npoi.dll

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

sheet ISheet

Properties

Count

Gets the number of rows within the wrapped sheet.

public int Count { get; }

Property Value

int

Methods

GetEnumerator()

Iterates over each row within the sheet range.

public IEnumerator<IRow> GetEnumerator()

Returns

IEnumerator<IRow>