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
Property Value
this[int, int, int, int]
public ExcelRange this[int FromRow, int FromCol, int ToRow, int ToCol] { get; }
Parameters
Property Value
this[string]
public ExcelRange this[string Address] { get; }
Parameters
Address
string