Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CellReferencePosition.ColumnType Property

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

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v19.1.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.

See Also