XRTableRow.SwapCells(XRTableCell, XRTableCell) Method
Swaps the content of the specified XRTable‘s cells.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
cell1 | XRTableCell | An XRTableCell object. |
cell2 | XRTableCell | An XRTableCell object. |
Remarks
The SwapCells method supports replacing the content of two table cells, when dragging and dropping one cell onto another.
See Also