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

XlCellPosition.IsAbsolute Property

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

Namespace: DevExpress.Export.Xl

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

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