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

RangeExpression Class

An operator that produces a reference to all cells located between the cells specified as operands.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

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

The following members return RangeExpression objects:

Implements

Inheritance

See Also