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

XlPositionType Enum

Lists reference types used to specify a cell position.

Namespace: DevExpress.Export.Xl

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

Declaration

public enum XlPositionType

Members

Name Description
Relative

Relative reference type.

Absolute

Absolute reference type.

Related API Members

The following properties accept/return XlPositionType values:

Remarks

The XlPositionType members specify column and row reference types in the XlCellPosition constructor.

See Also