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)
public NpoiRowCollection(ISheet sheet)
Parameters
sheet
ISheet
Properties
Count
public int Count { get; }
Property Value
Methods
GetEnumerator()
public IEnumerator<IRow> GetEnumerator()