Table of Contents

Class ExcelRowsCollection

Namespace
OfficeOpenXml
Assembly
EPPlus.dll

A collection of rows in a worksheet.

public class ExcelRowsCollection : ExcelRangeRow, IEnumerable<ExcelRangeRow>, IEnumerable, IEnumerator<ExcelRangeRow>, IEnumerator, IDisposable
Inheritance
ExcelRowsCollection
Implements
Inherited Members

Properties

this[int]

Indexer for the collection

public ExcelRangeRow this[int row] { get; }

Parameters

row int

The row index

Property Value

ExcelRangeRow

The ExcelRangeRow

this[int, int]

Indexer for the collection

public ExcelRangeRow this[int fromRow, int toRow] { get; }

Parameters

fromRow int

The row index from which collection should start

toRow int

index from which collection should end

Property Value

ExcelRangeRow

The ExcelRangeRow