Skip to main content

XlCellPosition.AsAbsolute() Method

Returns a new XlCellPosition instance transformed into absolute reference.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlCellPosition AsAbsolute()

Returns

Type Description
XlCellPosition

An XlCellPosition object with absolute reference.

Remarks

The AsAbsolute method transforms the position into the XlPositionType.Absolute type.

See Also