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