Back to Devexpress

XlPositionType Enum

corelibraries-devexpress-dot-export-dot-xl-6cf2224e.md

latest1.3 KB
Original Source

XlPositionType Enum

Lists reference types used to specify a cell position.

Namespace : DevExpress.Export.Xl

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlPositionType
vb
Public Enum XlPositionType

Members

NameDescription
Relative

Relative reference type.

| | Absolute |

Absolute reference type.

|

The following properties accept/return XlPositionType values:

Remarks

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

See Also

Cell References

DevExpress.Export.Xl Namespace