ParameterInfo(ParameterType) Constructor
In This Article
Initializes a new instance of the ParameterInfo class with the specified type.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public ParameterInfo(
ParameterType type
)
#Parameters
Name | Type | Description |
---|---|---|
type | Parameter |
A Parameter |
See Also