Skip to main content
A newer version of this page is available. .

FunctionWrapper.Parameters Property

Gets the parameters passed to the function.

Namespace: DevExpress.Spreadsheet.Functions

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

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