Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

MissingArgumentExpression.Instance Property

Gets the expression of the MissingArgumentExpression type.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v19.1.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