Skip to main content
A newer version of this page is available. .

XRTableRow.SwapCells(XRTableCell, XRTableCell) Method

Swaps the content of the specified XRTable‘s cells.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public void SwapCells(
    XRTableCell cell1,
    XRTableCell cell2
)

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