Show / Hide Table of Contents

Class ExcelFunctionParametersInfo

Function parameters info

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>)

Constructor getParameter

Declaration
public ExcelFunctionParametersInfo(Func<int, FunctionParameterInformation> getParameter)
Parameters
Type Name Description
System.Func<System.Int32, FunctionParameterInformation> getParameter

Properties

Default

Default

Declaration
public static ExcelFunctionParametersInfo Default { get; }
Property Value
Type Description
ExcelFunctionParametersInfo

HasNormalArguments

Has normal arguments

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

Methods

GetParameterInfo(Int32)

Get information about the parameter at the position at argumentIndex

Declaration
public virtual FunctionParameterInformation GetParameterInfo(int argumentIndex)
Parameters
Type Name Description
System.Int32 argumentIndex

The position of the parameter

Returns
Type Description
FunctionParameterInformation

The parameter informations

In This Article
Back to top Generated by DocFX