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

XlCellRange.AsAbsolute() Method

Returns a new XlCellRange instance transformed into absolute reference.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v21.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public XlCellRange AsAbsolute()

Returns

Type Description
XlCellRange

A XlCellRange object with absolute references.

Remarks

The AsAbsolute method transforms positions which define the range into the XlPositionType.Absolute type.

See Also