Skip to main content
A newer version of this page is available. .

XlCellPosition.RowType Property

Gets the reference type of the row in the position.

Namespace: DevExpress.Export.Xl

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

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

Declaration

public readonly XlPositionType RowType { get; }

Property Value

Type Description
XlPositionType

An XlPositionType enumeration member that is the row reference type.

Available values:

Name Description
Relative

Relative reference type.

Absolute

Absolute reference type.

See Also