Skip to main content
A newer version of this page is available. .

UnaryMinusExpression(IExpression) Constructor

Initializes a new instance of the UnaryMinusExpression class with the specified settings.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public UnaryMinusExpression(
    IExpression innerExpression
)

Parameters

Name Type Description
innerExpression IExpression

An IExpression object specifying the operand.

See Also