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
intThe row index
Property Value
this[int, int]
Indexer for the collection
public ExcelRangeRow this[int fromRow, int toRow] { get; }
Parameters
fromRow
intThe row index from which collection should start
toRow
intindex from which collection should end