XRTableRow.CreateRow(SizeF, Int32) Method
In This Article
Creates an instance of the XRTableRow class with the specified settings.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public static XRTableRow CreateRow(
SizeF size,
int cellCount
)
#Parameters
Name | Type | Description |
---|---|---|
size | Size |
A Size |
cell |
Int32 | An integer value, representing the number of cells in the row. |
#Returns
Type | Description |
---|---|
XRTable |
An XRTable |
#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