Table of Contents

Class ExcelRange

Namespace
OfficeOpenXml
Assembly
Magicodes.EPPlus.dll
public class ExcelRange : ExcelRangeBase, IEnumerable<ExcelRangeBase>, IEnumerable, IEnumerator<ExcelRangeBase>, IDisposable, IEnumerator
Inheritance
ExcelRange
Implements
Inherited Members
Extension Methods

Properties

this[int, int]

public ExcelRange this[int Row, int Col] { get; }

Parameters

Row int
Col int

Property Value

ExcelRange

this[int, int, int, int]

public ExcelRange this[int FromRow, int FromCol, int ToRow, int ToCol] { get; }

Parameters

FromRow int
FromCol int
ToRow int
ToCol int

Property Value

ExcelRange

this[string]

public ExcelRange this[string Address] { get; }

Parameters

Address string

Property Value

ExcelRange