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