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

XRTableCellCollection(XRTableRow) Constructor

Initializes a new instance of the XRTableCellCollection class.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public XRTableCellCollection(
    XRTableRow owner
)

Parameters

Name Type Description
owner XRTableRow

An XRTableRow object that owns this collection of table cells.

See Also