FunctionWrapper.Parameters Property
Gets the parameters passed to the function.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
ParameterInfo[] | An array of ParameterInfo objects that are the parameters passed to the function. |
Implements
See Also