Back to Devexpress

IFunction.Parameters Property

officefileapi-devexpress-dot-spreadsheet-dot-functions-dot-ifunction-0dc877d1.md

latest1.6 KB
Original Source

IFunction.Parameters Property

Returns an array containing information on parameters that can be passed to the function.

Namespace : DevExpress.Spreadsheet.Functions

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ParameterInfo[] Parameters { get; }
vb
ReadOnly Property Parameters As ParameterInfo()

Property Value

TypeDescription
ParameterInfo[]

An array of ParameterInfo type objects.

|

Remarks

The Parameters property specifies what parameters can be passed to the function, their type and attributes. If a parameter is specified as optional (using the ParameterAttributes.Optional attribute), it can be omitted. Otherwise, all specified parameters are required, and a missing parameter results in the display of a warning message box.

See Also

IFunction Interface

IFunction Members

DevExpress.Spreadsheet.Functions Namespace