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

CellReferencePosition Struct

Defines the column, row and the reference type (relative or absolute).

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public struct CellReferencePosition :
    IEquatable<CellReferencePosition>

Remarks

An instance of the CellReferencePosition class is accessible using the CellArea.TopLeft and CellArea.BottomRight properties.

See Also