Skip to main content

ParameterValue.IsEmpty Property

Gets whether the parameter is an empty parameter.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

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