XlPositionType Enum
In This Article
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
#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