Skip to main content

UnaryPlusExpression(IExpression) Constructor

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

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public UnaryPlusExpression(
    IExpression innerExpression
)

Parameters

Name Type Description
innerExpression IExpression

An IExpression object specifying the operand.

See Also