ParameterInfo(ParameterType, ParameterAttributes) Constructor
Initializes a new instance of the ParameterInfo class with the specified type and attributes.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
type | ParameterType | A ParameterType enumeration member that specifies the parameter type. |
Attributes | ParameterAttributes | A ParameterAttributes enumeration member that specifies the parameter attribute. |
See Also