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

RangeUnionExpression Class

An operator that produces a reference to cells that are included in both references specified as operands.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

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

Implements

Inheritance

See Also