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)

public NpoiRowCollection(ISheet sheet)

Parameters

sheet ISheet

Properties

Count

public int Count { get; }

Property Value

int

Methods

GetEnumerator()

public IEnumerator<IRow> GetEnumerator()

Returns

IEnumerator<IRow>