CellReferencePosition Struct
Defines the column, row and the reference type (relative or absolute).
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Related API Members
The following members return CellReferencePosition objects:
Remarks
An instance of the CellReferencePosition class is accessible using the CellArea.TopLeft and CellArea.BottomRight properties.
Implements
See Also