Table of Contents

Class LookupArguments

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

Constructors

LookupArguments(IEnumerable<FunctionArgument>, ArgumentParsers, ParsingContext)

public LookupArguments(IEnumerable<FunctionArgument> arguments, ArgumentParsers argumentParsers, ParsingContext context)

Parameters

arguments IEnumerable<FunctionArgument>
argumentParsers ArgumentParsers
context ParsingContext

LookupArguments(IEnumerable<FunctionArgument>, ParsingContext)

public LookupArguments(IEnumerable<FunctionArgument> arguments, ParsingContext context)

Parameters

arguments IEnumerable<FunctionArgument>
context ParsingContext

LookupArguments(object, string, int, int, bool, IRangeInfo)

public LookupArguments(object searchedValue, string rangeAddress, int lookupIndex, int lookupOffset, bool rangeLookup, ExcelDataProvider.IRangeInfo rangeInfo)

Parameters

searchedValue object
rangeAddress string
lookupIndex int
lookupOffset int
rangeLookup bool
rangeInfo ExcelDataProvider.IRangeInfo

Properties

ArgumentDataType

public LookupArguments.LookupArgumentDataType ArgumentDataType { get; }

Property Value

LookupArguments.LookupArgumentDataType

DataArray

public IEnumerable<FunctionArgument> DataArray { get; }

Property Value

IEnumerable<FunctionArgument>

LookupIndex

public int LookupIndex { get; }

Property Value

int

LookupOffset

public int LookupOffset { get; }

Property Value

int

RangeAddress

public string RangeAddress { get; }

Property Value

string

RangeInfo

public ExcelDataProvider.IRangeInfo RangeInfo { get; }

Property Value

ExcelDataProvider.IRangeInfo

RangeLookup

public bool RangeLookup { get; }

Property Value

bool

SearchedValue

public object SearchedValue { get; }

Property Value

object