Class NpoiCellCollection
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
Methods
GetEnumerator()
public IEnumerator<ICell> GetEnumerator()