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)

public NpoiCellCollection(IRow row)

Parameters

row IRow

Properties

Count

public int Count { get; }

Property Value

int

Methods

GetEnumerator()

public IEnumerator<ICell> GetEnumerator()

Returns

IEnumerator<ICell>