MissingArgumentExpression.Instance Property
Gets the expression of the MissingArgumentExpression type.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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