XRTableRow.DeleteCell(XRTableCell) Method
In This Article
Deletes a cell from the current table row.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public void DeleteCell(
XRTableCell cell
)
#Parameters
Name | Type | Description |
---|---|---|
cell | XRTable |
An XRTable |
See Also