Interface ExcelDataProvider.IRangeInfo
A range of cells in a worksheet.
Inherited Members
System.Collections.Generic.IEnumerator<OfficeOpenXml.FormulaParsing.ExcelDataProvider.ICellInfo>.Current
System.Collections.IEnumerator.MoveNext()
System.Collections.IEnumerator.Reset()
System.IDisposable.Dispose()
System.Collections.Generic.IEnumerable<OfficeOpenXml.FormulaParsing.ExcelDataProvider.ICellInfo>.GetEnumerator()
Assembly: EPPlus.dll
public interface IRangeInfo : IEnumerator<ExcelDataProvider.ICellInfo>, IEnumerator, IDisposable, IEnumerable<ExcelDataProvider.ICellInfo>, IEnumerable
Properties
Declaration
ExcelAddressBase Address { get; }
Property Value
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Declaration
ExcelWorksheet Worksheet { get; }
Property Value
Methods
Declaration
Returns
Type |
Description |
System.Int32 |
|
Declaration
object GetOffset(int rowOffset, int colOffset)
Parameters
Type |
Name |
Description |
System.Int32 |
rowOffset |
|
System.Int32 |
colOffset |
|
Returns
Type |
Description |
System.Object |
|
Declaration
object GetValue(int row, int col)
Parameters
Type |
Name |
Description |
System.Int32 |
row |
|
System.Int32 |
col |
|
Returns
Type |
Description |
System.Object |
|