XRTableRow.DeleteCell(XRTableCell) Method
Deletes a cell from the current table row.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
cell | XRTableCell | An XRTableRow object to be deleted from the table row. |
See Also