Skip to main content

XlCellRange.AsRelative() Method

Returns a new XlCellRange instance transformed into relative reference.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlCellRange AsRelative()

Returns

Type Description
XlCellRange

A XlCellRange object with relative references.

Remarks

The AsRelative method transforms positions which define the range into the XlPositionType.Relative type. This is the default position type used when a new XlCellRange instance is created.

See Also