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