Skip to main content
A newer version of this page is available. .

XRTable.DeleteRow(XRTableRow) Method

Deletes the specified row from the current table.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public void DeleteRow(
    XRTableRow row
)

Parameters

Name Type Description
row XRTableRow

An XRTableRow object representing a table row to be deleted.

See Also