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

XlCellPosition.IsRelative Property

Gets whether both the column and the row are relative references.

Namespace: DevExpress.Export.Xl

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

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

Declaration

public readonly bool IsRelative { get; }

Property Value

Type Description
Boolean

True if the position has the relative column reference and the relative row reference; otherwise, false.

See Also