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