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