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

ParameterValue.IsEmpty Property

Gets whether the parameter is an empty parameter.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true, if the parameter is an empty parameter; otherwise, false.

Remarks

Use the IsEmpty property to check whether the corresponding parameter is empty. If you type in a formula “=MyCustomFunction(2,,4)” , the second parameter is empty and its IsEmpty value is true.

See Also