Skip to main content

XlCellPosition.IsAbsolute Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool IsAbsolute { get; }

Property Value

Type Description
Boolean

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

See Also