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

SubtractionExpression Class

A subtraction operator.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public class SubtractionExpression :
    BinaryOperatorExpression,
    ISupportsCopyFrom<SubtractionExpression>,
    ICloneable<SubtractionExpression>

The following members return SubtractionExpression objects:

Implements

Inheritance

See Also