Skip to main content

CellReferencePosition Struct

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

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

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