Skip to main content

XlPositionType Enum

Lists reference types used to specify a cell position.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.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