CellReferencePosition.RowType Property
Gets the reference type for the row in the cell reference.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
PositionType | A PositionType enumeration that identifies the reference type used for cell position. |
Available values:
Name | Description |
---|---|
Relative | A row or a column in a cell reference is marked as adjustable (relative cell reference). |
Absolute | A row or a column in a cell reference is marked as fixed (absolute cell reference). |
See Also