Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

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

The following members return RangeUnionExpression objects:

Implements

Inheritance

See Also