Table of Contents

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

RangeInfo(ExcelWorksheet, ExcelAddressBase)

public RangeInfo(ExcelWorksheet ws, ExcelAddressBase address)

Parameters

ws ExcelWorksheet
address ExcelAddressBase

RangeInfo(ExcelWorksheet, int, int, int, int)

public RangeInfo(ExcelWorksheet ws, int fromRow, int fromCol, int toRow, int toCol)

Parameters

ws ExcelWorksheet
fromRow int
fromCol int
toRow int
toCol int

Properties

Address

public ExcelAddressBase Address { get; }

Property Value

ExcelAddressBase

Current

public ExcelDataProvider.ICellInfo Current { get; }

Property Value

ExcelDataProvider.ICellInfo

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

IsMulti

public bool IsMulti { get; }

Property Value

bool

Worksheet

public ExcelWorksheet Worksheet { get; }

Property Value

ExcelWorksheet

Methods

Dispose()

public void Dispose()

GetEnumerator()

public IEnumerator<ExcelDataProvider.ICellInfo> GetEnumerator()

Returns

IEnumerator<ExcelDataProvider.ICellInfo>

GetNCells()

public int GetNCells()

Returns

int

GetOffset(int, int)

public object GetOffset(int rowOffset, int colOffset)

Parameters

rowOffset int
colOffset int

Returns

object

GetValue(int, int)

public object GetValue(int row, int col)

Parameters

row int
col int

Returns

object

MoveNext()

public bool MoveNext()

Returns

bool

NextCell()

public bool NextCell()

Returns

bool

Reset()

public void Reset()