Table of Contents

Class ChoosenInfo

Namespace
OfficeOpenXml.FormulaParsing.Excel.Functions.RefAndLookup
Assembly
Magicodes.EPPlus.dll
public class ChoosenInfo : ExcelDataProvider.IRangeInfo, IEnumerator<ExcelDataProvider.ICellInfo>, IDisposable, IEnumerator, IEnumerable<ExcelDataProvider.ICellInfo>, IEnumerable
Inheritance
ChoosenInfo
Implements
Inherited Members
Extension Methods

Constructors

ChoosenInfo(string[])

public ChoosenInfo(string[] chosenIndeces)

Parameters

chosenIndeces string[]

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

Reset()

public void Reset()