Class EpplusExcelDataProvider.RangeInfo
- Namespace
- OfficeOpenXml.FormulaParsing
- Assembly
- Magicodes.EPPlus.dll
public class EpplusExcelDataProvider.RangeInfo : ExcelDataProvider.IRangeInfo, IEnumerator<ExcelDataProvider.ICellInfo>, IDisposable, IEnumerator, IEnumerable<ExcelDataProvider.ICellInfo>, IEnumerable
- Inheritance
-
EpplusExcelDataProvider.RangeInfo
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
public RangeInfo(ExcelWorksheet ws, ExcelAddressBase address)
Parameters
ws
ExcelWorksheet
address
ExcelAddressBase
public RangeInfo(ExcelWorksheet ws, int fromRow, int fromCol, int toRow, int toCol)
Parameters
ws
ExcelWorksheet
fromRow
int
fromCol
int
toRow
int
toCol
int
Properties
public ExcelAddressBase Address { get; }
Property Value
- ExcelAddressBase
public ExcelDataProvider.ICellInfo Current { get; }
Property Value
- ExcelDataProvider.ICellInfo
public bool IsEmpty { get; }
Property Value
- bool
public bool IsMulti { get; }
Property Value
- bool
public ExcelWorksheet Worksheet { get; }
Property Value
- ExcelWorksheet
Methods
public IEnumerator<ExcelDataProvider.ICellInfo> GetEnumerator()
Returns
- IEnumerator<ExcelDataProvider.ICellInfo>
Returns
- int
public object GetOffset(int rowOffset, int colOffset)
Parameters
rowOffset
int
colOffset
int
Returns
- object
public object GetValue(int row, int col)
Parameters
row
int
col
int
Returns
- object
Returns
- bool
Returns
- bool