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