XlCellRange.AsAbsolute() Method
In This Article
Returns a new XlCellRange instance transformed into absolute reference.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public XlCellRange AsAbsolute()
#Returns
Type | Description |
---|---|
Xl |
A Xl |
#Remarks
The AsAbsolute method transforms positions which define the range into the XlPositionType.Absolute type.
See Also