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

XRTableRow.DeleteCell(XRTableCell) Method

Deletes a cell from the current table row.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public void DeleteCell(
    XRTableCell cell
)

Parameters

Name Type Description
cell XRTableCell

An XRTableRow object to be deleted from the table row.

See Also