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

XRTableRow.CreateRow(SizeF, Int32) Method

Creates an instance of the XRTableRow class with the specified settings.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public static XRTableRow CreateRow(
    SizeF size,
    int cellCount
)

Parameters

Name Type Description
size SizeF

A SizeF object, representing the row’s dimensions.

cellCount Int32

An integer value, representing the number of cells in the row.

Returns

Type Description
XRTableRow

An XRTableRow descendant.

Remarks

To create an instance of the XRTableRow class with the specified row height, call the overloaded CreateRow method with the height parameter.

See Also