Show / Hide Table of Contents

Class FunctionArgument

Inheritance
System.Object
FunctionArgument
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions
Assembly: EPPlus.dll
Syntax
public class FunctionArgument

Constructors

FunctionArgument(Object)

Declaration
public FunctionArgument(object val)
Parameters
Type Name Description
System.Object val

FunctionArgument(Object, DataType)

Declaration
public FunctionArgument(object val, DataType dataType)
Parameters
Type Name Description
System.Object val
DataType dataType

Properties

DataType

Declaration
public DataType DataType { get; }
Property Value
Type Description
DataType

ExcelAddressReferenceId

Declaration
public int ExcelAddressReferenceId { get; set; }
Property Value
Type Description
System.Int32

IsExcelRange

Declaration
public bool IsExcelRange { get; }
Property Value
Type Description
System.Boolean

Type

Declaration
public Type Type { get; }
Property Value
Type Description
System.Type

Value

Declaration
public object Value { get; }
Property Value
Type Description
System.Object

ValueAsExcelErrorValue

Declaration
public ExcelErrorValue ValueAsExcelErrorValue { get; }
Property Value
Type Description
ExcelErrorValue

ValueAsRangeInfo

Declaration
public ExcelDataProvider.IRangeInfo ValueAsRangeInfo { get; }
Property Value
Type Description
ExcelDataProvider.IRangeInfo

ValueFirst

Declaration
public object ValueFirst { get; }
Property Value
Type Description
System.Object

ValueFirstString

Declaration
public string ValueFirstString { get; }
Property Value
Type Description
System.String

ValueIsExcelError

Declaration
public bool ValueIsExcelError { get; }
Property Value
Type Description
System.Boolean

Methods

ExcelStateFlagIsSet(ExcelCellState)

Declaration
public bool ExcelStateFlagIsSet(ExcelCellState state)
Parameters
Type Name Description
ExcelCellState state
Returns
Type Description
System.Boolean

SetExcelStateFlag(ExcelCellState)

Declaration
public void SetExcelStateFlag(ExcelCellState state)
Parameters
Type Name Description
ExcelCellState state
Back to top Generated by DocFX