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

XRTableRow.CreateRow(Single, Int32) Method

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public static XRTableRow CreateRow(
    float height,
    int cellCount
)

Parameters

Name Type Description
height Single

A Single value, representing the row’s height.

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 size, call the overloaded CreateRow method with the size parameter.

See Also