Class FunctionArgument
- Namespace
- OfficeOpenXml.FormulaParsing.Excel.Functions
- Assembly
- Magicodes.EPPlus.dll
public class FunctionArgument
- Inheritance
-
FunctionArgument
- Inherited Members
-
- Extension Methods
-
Constructors
public FunctionArgument(object val)
Parameters
val
object
public FunctionArgument(object val, DataType dataType)
Parameters
val
object
dataType
DataType
Properties
public DataType DataType { get; }
Property Value
- DataType
public int ExcelAddressReferenceId { get; set; }
Property Value
- int
public bool IsExcelRange { get; }
Property Value
- bool
public Type Type { get; }
Property Value
- Type
public object Value { get; }
Property Value
- object
public ExcelErrorValue ValueAsExcelErrorValue { get; }
Property Value
- ExcelErrorValue
public ExcelDataProvider.IRangeInfo ValueAsRangeInfo { get; }
Property Value
- ExcelDataProvider.IRangeInfo
public object ValueFirst { get; }
Property Value
- object
public bool ValueIsExcelError { get; }
Property Value
- bool
Methods
public bool ExcelStateFlagIsSet(ExcelCellState state)
Parameters
state
ExcelCellState
Returns
- bool
public void SetExcelStateFlag(ExcelCellState state)
Parameters
state
ExcelCellState