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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

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