XRTableCellCollection(XRTableRow) Constructor
Initializes a new instance of the XRTableCellCollection class.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| owner | XRTableRow | An XRTableRow object that owns this collection of table cells. |
See Also