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()
Assembly: EPPlus.dll
public class FunctionArgument
Constructors
Declaration
public FunctionArgument(object val)
Parameters
Type |
Name |
Description |
System.Object |
val |
|
Declaration
public FunctionArgument(object val, DataType dataType)
Parameters
Type |
Name |
Description |
System.Object |
val |
|
DataType |
dataType |
|
Properties
Declaration
public DataType DataType { get; }
Property Value
Declaration
public int ExcelAddressReferenceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool IsExcelRange { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Type Type { get; }
Property Value
Type |
Description |
System.Type |
|
Declaration
public object Value { get; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public ExcelErrorValue ValueAsExcelErrorValue { get; }
Property Value
Declaration
public ExcelDataProvider.IRangeInfo ValueAsRangeInfo { get; }
Property Value
Declaration
public object ValueFirst { get; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public string ValueFirstString { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool ValueIsExcelError { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public bool ExcelStateFlagIsSet(ExcelCellState state)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetExcelStateFlag(ExcelCellState state)
Parameters