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

CellReferencePosition.ColumnType Property

Gets the reference type for the column in the cell reference.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public PositionType ColumnType { get; }

Property Value

Type Description
PositionType

A PositionType enumeration that identifies the reference type used for the 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