Skip to main content

MissingArgumentExpression.Instance Property

Gets the expression of the MissingArgumentExpression type.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static MissingArgumentExpression Instance { get; }

Property Value

Type Description
MissingArgumentExpression

A MissingArgumentExpression instance.

Remarks

The Instance method is used when parsing an expression to indicate that a function is missing an argument.

See Also