Table of Contents

Class FunctionArgument

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

Constructors

FunctionArgument(object)

public FunctionArgument(object val)

Parameters

val object

FunctionArgument(object, DataType)

public FunctionArgument(object val, DataType dataType)

Parameters

val object
dataType DataType

Properties

DataType

public DataType DataType { get; }

Property Value

DataType

ExcelAddressReferenceId

public int ExcelAddressReferenceId { get; set; }

Property Value

int

IsExcelRange

public bool IsExcelRange { get; }

Property Value

bool

Type

public Type Type { get; }

Property Value

Type

Value

public object Value { get; }

Property Value

object

ValueAsExcelErrorValue

public ExcelErrorValue ValueAsExcelErrorValue { get; }

Property Value

ExcelErrorValue

ValueAsRangeInfo

public ExcelDataProvider.IRangeInfo ValueAsRangeInfo { get; }

Property Value

ExcelDataProvider.IRangeInfo

ValueFirst

public object ValueFirst { get; }

Property Value

object

ValueIsExcelError

public bool ValueIsExcelError { get; }

Property Value

bool

Methods

ExcelStateFlagIsSet(ExcelCellState)

public bool ExcelStateFlagIsSet(ExcelCellState state)

Parameters

state ExcelCellState

Returns

bool

SetExcelStateFlag(ExcelCellState)

public void SetExcelStateFlag(ExcelCellState state)

Parameters

state ExcelCellState