Table of Contents

Class LookupNavigator

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

Constructors

LookupNavigator(LookupDirection, LookupArguments, ParsingContext)

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

Parameters

direction LookupDirection
arguments LookupArguments
parsingContext ParsingContext

Fields

Arguments

protected readonly LookupArguments Arguments

Field Value

LookupArguments

Direction

protected readonly LookupDirection Direction

Field Value

LookupDirection

ParsingContext

protected readonly ParsingContext ParsingContext

Field Value

ParsingContext

Properties

CurrentValue

public abstract object CurrentValue { get; }

Property Value

object

Index

public abstract int Index { get; }

Property Value

int

Methods

GetLookupValue()

public abstract object GetLookupValue()

Returns

object

MoveNext()

public abstract bool MoveNext()

Returns

bool