Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ParameterValue.Empty Property

Gets an empty parameter value.

Namespace: DevExpress.Spreadsheet.Functions

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

Declaration

public static ParameterValue Empty { get; }

Property Value

Type Description
ParameterValue

A ParameterValue that is the value of an empty parameter.

See Also