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

CellReferencePosition Struct

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

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public struct CellReferencePosition :
    IEquatable<CellReferencePosition>

The following members return CellReferencePosition objects:

Remarks

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

See Also