Table of Contents

Class ArrayLookupNavigator

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

Constructors

ArrayLookupNavigator(LookupDirection, LookupArguments, ParsingContext)

public ArrayLookupNavigator(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