Skip to main content

XRTableRow.DeleteCell(XRTableCell) Method

Deletes a cell from the current table row.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.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