Table of Contents

Class ExcelLookupNavigator

Namespace
OfficeOpenXml.FormulaParsing.Excel.Functions.RefAndLookup
Assembly
Magicodes.EPPlus.dll
public class ExcelLookupNavigator : LookupNavigator
Inheritance
ExcelLookupNavigator
Inherited Members
Extension Methods

Constructors

ExcelLookupNavigator(LookupDirection, LookupArguments, ParsingContext)

public ExcelLookupNavigator(LookupDirection direction, LookupArguments arguments, ParsingContext parsingContext)

Parameters

direction LookupDirection
arguments LookupArguments
parsingContext ParsingContext

Properties

CurrentValue

public override object CurrentValue { get; }

Property Value

object

Index

public override int Index { get; }

Property Value

int

Methods

GetLookupValue()

public override object GetLookupValue()

Returns

object

MoveNext()

public override bool MoveNext()

Returns

bool