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