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

CellReferenceExpression Class

A cell range reference used in parsed formula.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public class CellReferenceExpression :
    ReferenceExpression,
    ISupportsCopyFrom<CellReferenceExpression>,
    ICloneable<CellReferenceExpression>

Implements

Inheritance

See Also