Show / Hide Table of Contents

Class ExcelRowsCollection

A collection of rows in a worksheet.

Inheritance
object
ExcelRangeRow
ExcelRowsCollection
Implements
IEnumerable<ExcelRangeRow>
IEnumerable
IEnumerator<ExcelRangeRow>
IEnumerator
IDisposable
Inherited Members
ExcelRangeRow.StartRow
ExcelRangeRow.EndRow
ExcelRangeRow.Collapsed
ExcelRangeRow.OutlineLevel
ExcelRangeRow.Phonetic
ExcelRangeRow.Hidden
ExcelRangeRow.Height
ExcelRangeRow.CustomHeight
ExcelRangeRow.PageBreak
ExcelRangeRow.Style
ExcelRangeRow.StyleName
ExcelRangeRow.StyleID
ExcelRangeRow.Range
ExcelRangeRow.Current
ExcelRangeRow.GetEnumerator()
ExcelRangeRow.MoveNext()
ExcelRangeRow.Reset()
ExcelRangeRow.Dispose()
ExcelRangeRow.Group()
ExcelRangeRow.Ungroup()
ExcelRangeRow.CollapseChildren(bool)
ExcelRangeRow.ExpandChildren(bool)
ExcelRangeRow.SetVisibleOutlineLevel(int, bool)
ExcelRangeRow.DeleteAll(Predicate<ExcelRow>)
ExcelRangeRow.Copy(ExcelRangeRow)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class ExcelRowsCollection : ExcelRangeRow, IEnumerable<ExcelRangeRow>, IEnumerable, IEnumerator<ExcelRangeRow>, IEnumerator, IDisposable

Properties

this[int]

Indexer for the collection

Declaration
public ExcelRangeRow this[int row] { get; }
Parameters
Type Name Description
int row

The row index

Property Value
Type Description
ExcelRangeRow

The ExcelRangeRow

this[int, int]

Indexer for the collection

Declaration
public ExcelRangeRow this[int fromRow, int toRow] { get; }
Parameters
Type Name Description
int fromRow

The row index from which collection should start

int toRow

index from which collection should end

Property Value
Type Description
ExcelRangeRow

The ExcelRangeRow

Implements

IEnumerable<T>
IEnumerable
IEnumerator<T>
IEnumerator
IDisposable
In this article
Back to top Generated by DocFX