Table of Contents

Class NpoiCellCollection

Namespace
WeihanLi.Npoi
Assembly
WeihanLi.Npoi.dll

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

row IRow

Properties

Count

Gets the number of cells in the wrapped row.

public int Count { get; }

Property Value

int

Methods

GetEnumerator()

Iterates over each concrete cell in the current row.

public IEnumerator<ICell> GetEnumerator()

Returns

IEnumerator<ICell>