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

PositionType Enum

Lists types of cell references in formulas.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public enum PositionType

Members

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