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

UnaryPlusExpression Class

An unary positive operation.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public class UnaryPlusExpression :
    UnaryOperatorExpression,
    ISupportsCopyFrom<UnaryPlusExpression>,
    ICloneable<UnaryPlusExpression>

Implements

Inheritance

See Also