XlCellPosition.ColumnType Property
Gets the reference type of the column in the position.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
| Type | Description |
|---|---|
| XlPositionType | An XlPositionType enumeration member that is the column reference type. |
Available values:
| Name | Description |
|---|---|
| Relative | Relative reference type. |
| Absolute | Absolute reference type. |
See Also