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