Class ExcelFunctionParametersInfo
Inheritance
System.Object
ExcelFunctionParametersInfo
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 ExcelFunctionParametersInfo
Constructors
ExcelFunctionParametersInfo(Func<Int32, FunctionParameterInformation>)
Declaration
public ExcelFunctionParametersInfo(Func<int, FunctionParameterInformation> getParameter)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.Int32, FunctionParameterInformation> | getParameter |
Properties
Default
Declaration
public static ExcelFunctionParametersInfo Default { get; }
Property Value
Type | Description |
---|---|
ExcelFunctionParametersInfo |
HasNormalArguments
Declaration
public bool HasNormalArguments { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetParameterInfo(Int32)
Declaration
public virtual FunctionParameterInformation GetParameterInfo(int argumentIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | argumentIndex |
Returns
Type | Description |
---|---|
FunctionParameterInformation |