Skip to main content

ParameterValue.Empty Property

Gets an empty parameter value.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static ParameterValue Empty { get; }

Property Value

Type Description
ParameterValue

A ParameterValue that is the value of an empty parameter.

See Also