Skip to main content

FunctionWrapper.Parameters Property

Gets the parameters passed to the function.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public ParameterInfo[] Parameters { get; }

Property Value

Type Description
ParameterInfo[]

An array of ParameterInfo objects that are the parameters passed to the function.

Implements

See Also