Skip to main content

ParameterInfo(ParameterType) Constructor

Initializes a new instance of the ParameterInfo class with the specified type.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public ParameterInfo(
    ParameterType type
)

Parameters

Name Type Description
type ParameterType

A ParameterType enumeration member that specifies the parameter type.

See Also