Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ParameterInfo.Type Property

Gets or sets the expected parameter type.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public ParameterType Type { get; set; }

Property Value

Type Description
ParameterType

A ParameterType enumeration member specifying the type of a parameter.

Remarks

Use the Type property to explicitly specify the parameter type. If the parameter being passed to the function is of a different type, a dialog containing the warning message is displayed.

See Also