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

MissingArgumentExpression.Instance Property

Gets the expression of the MissingArgumentExpression type.

Namespace: DevExpress.Spreadsheet.Formulas

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

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